COLOR #CCE7C6

HEX: #CCE7C6 RGB: (204,231,198)

Color info

#CCE7C6 contains red, green and blue colors in about the same proportion. Web safe color of #CCE7C6 is #CCFFCC (or #CFC).

RGB color model

#CCE7C6 color RGB value is (204,231,198).

RGB: (204,231,198) (80%, 91%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 231 of 255 = 91%
B 198 of 255 = 78%

204
231
198

R + G + B ~ 83%. #CCE7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 231 + 198 = 633 (100%)
R 204 of 633 ~ 32.23%
G 231 of 633 ~ 36.49%
B 198 of 633 ~ 31.28'%

%32.23
%36.49
%31.28

CMYK color model

#CCE7C6 color CMYK value is (12,0,14,9).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 9.41%

CMYK: (12,0,14,9)
C12M0Y14K9 (12%, 0%, 14%, 9%)
(0.12 / 0.00 / 0.14 / 0.09)

CMYK percentages

%11.69
%0
%14.29
%9.41

Codes

Color #CCE7C6 in popluar color models

CC E7 C6
RGB 204 231 198
HSL 109° 40.74% 84.12%
HSB/HSV 109° 14.29% 90.59%
CMYK 11.69% 0.00% 14.29%
9.41%

Color #CCE7C6 in popluar number systems.

HEX CC E7 C6
Decimal 204 231 198
Binary 11001100 11100111 11000110
Octal 314 347 306

Shades and tints

Shades of #CCE7C6

#CCE7C6
(204,231,198)
#BAD2B4
(186,210,180)
#A8BDA2
(168,189,162)
#96A890
(150,168,144)
#84937E
(132,147,126)
#727E6C
(114,126,108)
#60695A
(96,105,90)
#4E5448
(78,84,72)
#3C3F36
(60,63,54)
#2A2A24
(42,42,36)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #CCE7C6

#CCE7C6
(204,231,198)
#D0E9CB
(208,233,203)
#D4EBD0
(212,235,208)
#D8EDD5
(216,237,213)
#DCEFDA
(220,239,218)
#E0F1DF
(224,241,223)
#E4F3E4
(228,243,228)
#E8F5E9
(232,245,233)
#ECF7EE
(236,247,238)
#F0F9F3
(240,249,243)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE7C6 color. Also use rgb(204,231,198) instead hex code.

Text Font Color

.myTextColor { color: #CCE7C6; }

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

This text font color is #CCE7C6.

Background Color

.myBgColor { background-color: #CCE7C6; }

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

This div background color is #CCE7C6.

Border color

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

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

This div border color is #CCE7C6.

Opacity

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

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

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

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

This text has shadow with #CCE7C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE7C6.

Preview

Color preview on black background

This text has color #CCE7C6 on black background.


Color preview on white background

This text has color #CCE7C6 on white background.


Black color preview on #CCE7C6 background

This text has black color on #CCE7C6 background.


White color preview on #CCE7C6 background

This text has white color on #CCE7C6 background.


Related colors

Complementary color

Complementary color for #hex is #331839.


I love getcolorcode.com

Triadic colors

1 #C6CCE7 and #E7C6CC with #CCE7C6 are triadic colors.

2 #C6E7CC and #E7CCC6 with #CCE7C6 are triadic colors.