COLOR #C3DFCC

HEX: #C3DFCC
RGB: (195,223,204)

Color info

#C3DFCC contains red, green and blue colors in about the same proportion. Web safe color of #C3DFCC is #CCCCCC (or #CCC).

RGB color model

#C3DFCC color RGB value is (195,223,204).

  • red value is 195;
  • green value is 223;
  • blue value is 204.
RGB:
(195,223,204)
(76%,87%,80%)

RGB channels and saturation

R 195 of 255 = 76%
G 223 of 255 = 87%
B 204 of 255 = 80%

195
223
204

R + G + B ~ 81%. #C3DFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 223 + 204 = 622 (100%)
R 195 of 622 ~ 31.35%
G 223 of 622 ~ 35.85%
B 204 of 622 ~ 32.8%

%31.35
%35.85
%32.8

CMYK color model

#C3DFCC color CMYK value is (13,0,9,13).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 8.52%
  • key color value is 12.55%
CMYK:
(13,0,9,13)
C13M0Y9K13 
(13%,0%,9%,13%)
(0.13/0.00/0.09/0.13)	

CMYK percentages

%12.56
%0
%8.52
%12.55

Codes

Color #C3DFCC in popluar color models

C3DFCC
RGB195223204
HSL139°30.43%81.96%
HSB/HSV139°12.56%87.45%
CMYK12.56%0.00%8.52%
12.55%

Color #C3DFCC in popluar number systems.

HEXC3DFCC
Decimal195223204
Binary110000111101111111001100
Octal303337314

Shades and tints

Shades of #C3DFCC

#C3DFCC
(195,223,204)
#B2CBBA
(178,203,186)
#A1B7A8
(161,183,168)
#90A396
(144,163,150)
#7F8F84
(127,143,132)
#6E7B72
(110,123,114)
#5D6760
(93,103,96)
#4C534E
(76,83,78)
#3B3F3C
(59,63,60)
#2A2B2A
(42,43,42)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #C3DFCC

#C3DFCC
(195,223,204)
#C8E1D0
(200,225,208)
#CDE3D4
(205,227,212)
#D2E5D8
(210,229,216)
#D7E7DC
(215,231,220)
#DCE9E0
(220,233,224)
#E1EBE4
(225,235,228)
#E6EDE8
(230,237,232)
#EBEFEC
(235,239,236)
#F0F1F0
(240,241,240)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DFCC color. Also use rgb(195,223,204) instead hex code.

Text Font Color

.myTextColor { color: #C3DFCC; }

<p style="color:#C3DFCC">This sample text font color is #C3DFCC.</p>

This text font color is #C3DFCC.


Background Color

.myBgColor { background-color: #C3DFCC; }

<div style="background-color:#C3DFCC">Inner text</div>

This div background color is #C3DFCC.


Border color

.myBorderColor { border: 1px solid #C3DFCC; }

<div style="border:3px solid #C3DFCC">Div</div>

This div border color is #C3DFCC.


Opacity

.myOpacity80 { color: #C3DFCC; opacity: 0.8; }

<p style="color:#C3DFCC;opacity:0.8;">80%</p>

Text with #C3DFCC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C3DFCC;}

<p style="text-shadow: 3px 3px 1px #C3DFCC">Text here.</p>

This text has shadow with #C3DFCC color.

.textShadow {text-shadow: 3px 3px 1px #C3DFCC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C3DFCC, 5px 5px 20px red">Text here.</p>

This text has shadow with #C3DFCC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C3DFCC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C3DFCC, Direction=45, Strength=4)">Text</p>

This text has shadow with #C3DFCC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C3DFCC;
  -webkit-box-shadow:	1px 1px 3px 2px #C3DFCC;
  box-shadow:		1px 1px 3px 2px #C3DFCC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C3DFCC;
-webkit-box-shadow: 1px 1px 3px 2px #C3DFCC;
box-shadow:1px 1px 3px 2px #C3DFCC;">
Div content here</div>
This div box has shadow with color #C3DFCC.

Preview

Color preview on black background

This text has color #C3DFCC on black background.


Color preview on white background

This text has color #C3DFCC on white background.



Black color preview on #C3DFCC background

This text has black color on #C3DFCC background.


White color preview on #C3DFCC background

This text has white color on #C3DFCC background.