COLOR #CCDFC3

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

Color info

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

RGB color model

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

RGB: (204,223,195) (80%, 87%, 76%)

RGB channels and saturation

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

204
223
195

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

Portions of RGB colors in percentages

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

%32.8
%35.85
%31.35

CMYK color model

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

  • cyan value is 8.52%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 12.55%

CMYK: (9,0,13,13)
C9M0Y13K13 (9%, 0%, 13%, 13%)
(0.09 / 0.00 / 0.13 / 0.13)

CMYK percentages

%8.52
%0
%12.56
%12.55

Codes

Color #CCDFC3 in popluar color models

CC DF C3
RGB 204 223 195
HSL 101° 30.43% 81.96%
HSB/HSV 101° 12.56% 87.45%
CMYK 8.52% 0.00% 12.56%
12.55%

Color #CCDFC3 in popluar number systems.

HEX CC DF C3
Decimal 204 223 195
Binary 11001100 11011111 11000011
Octal 314 337 303

Shades and tints

Shades of #CCDFC3

#CCDFC3
(204,223,195)
#BACBB2
(186,203,178)
#A8B7A1
(168,183,161)
#96A390
(150,163,144)
#848F7F
(132,143,127)
#727B6E
(114,123,110)
#60675D
(96,103,93)
#4E534C
(78,83,76)
#3C3F3B
(60,63,59)
#2A2B2A
(42,43,42)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CCDFC3

#CCDFC3
(204,223,195)
#D0E1C8
(208,225,200)
#D4E3CD
(212,227,205)
#D8E5D2
(216,229,210)
#DCE7D7
(220,231,215)
#E0E9DC
(224,233,220)
#E4EBE1
(228,235,225)
#E8EDE6
(232,237,230)
#ECEFEB
(236,239,235)
#F0F1F0
(240,241,240)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDFC3; }

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

This text font color is #CCDFC3.

Background Color

.myBgColor { background-color: #CCDFC3; }

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

This div background color is #CCDFC3.

Border color

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

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

This div border color is #CCDFC3.

Opacity

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

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

Text with #CCDFC3 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 #CCDFC3;}

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

This text has shadow with #CCDFC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDFC3.

Preview

Color preview on black background

This text has color #CCDFC3 on black background.


Color preview on white background

This text has color #CCDFC3 on white background.


Black color preview on #CCDFC3 background

This text has black color on #CCDFC3 background.


White color preview on #CCDFC3 background

This text has white color on #CCDFC3 background.


Related colors

Complementary color

Complementary color for #hex is #33203C.


I love getcolorcode.com

Triadic colors

1 #C3CCDF and #DFC3CC with #CCDFC3 are triadic colors.

2 #C3DFCC and #DFCCC3 with #CCDFC3 are triadic colors.