COLOR #CCE6B4

HEX: #CCE6B4 RGB: (204,230,180)

Color info

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

RGB color model

#CCE6B4 color RGB value is (204,230,180).

RGB: (204,230,180) (80%, 90%, 71%)

RGB channels and saturation

R 204 of 255 = 80%
G 230 of 255 = 90%
B 180 of 255 = 71%

204
230
180

R + G + B ~ 80%. #CCE6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 230 + 180 = 614 (100%)
R 204 of 614 ~ 33.22%
G 230 of 614 ~ 37.46%
B 180 of 614 ~ 29.32'%

%33.22
%37.46
%29.32

CMYK color model

#CCE6B4 color CMYK value is (11,0,22,10).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 9.80%

CMYK: (11,0,22,10)
C11M0Y22K10 (11%, 0%, 22%, 10%)
(0.11 / 0.00 / 0.22 / 0.10)

CMYK percentages

%11.3
%0
%21.74
%9.8

Codes

Color #CCE6B4 in popluar color models

CC E6 B4
RGB 204 230 180
HSL 91° 50.00% 80.39%
HSB/HSV 91° 21.74% 90.20%
CMYK 11.30% 0.00% 21.74%
9.80%

Color #CCE6B4 in popluar number systems.

HEX CC E6 B4
Decimal 204 230 180
Binary 11001100 11100110 10110100
Octal 314 346 264

Shades and tints

Shades of #CCE6B4

#CCE6B4
(204,230,180)
#BAD2A4
(186,210,164)
#A8BE94
(168,190,148)
#96AA84
(150,170,132)
#849674
(132,150,116)
#728264
(114,130,100)
#606E54
(96,110,84)
#4E5A44
(78,90,68)
#3C4634
(60,70,52)
#2A3224
(42,50,36)
#181E14
(24,30,20)
#000000
(0,0,0)

Tints of #CCE6B4

#CCE6B4
(204,230,180)
#D0E8BA
(208,232,186)
#D4EAC0
(212,234,192)
#D8ECC6
(216,236,198)
#DCEECC
(220,238,204)
#E0F0D2
(224,240,210)
#E4F2D8
(228,242,216)
#E8F4DE
(232,244,222)
#ECF6E4
(236,246,228)
#F0F8EA
(240,248,234)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE6B4 color. Also use rgb(204,230,180) instead hex code.

Text Font Color

.myTextColor { color: #CCE6B4; }

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

This text font color is #CCE6B4.

Background Color

.myBgColor { background-color: #CCE6B4; }

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

This div background color is #CCE6B4.

Border color

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

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

This div border color is #CCE6B4.

Opacity

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

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

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

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

This text has shadow with #CCE6B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE6B4.

Preview

Color preview on black background

This text has color #CCE6B4 on black background.


Color preview on white background

This text has color #CCE6B4 on white background.


Black color preview on #CCE6B4 background

This text has black color on #CCE6B4 background.


White color preview on #CCE6B4 background

This text has white color on #CCE6B4 background.


Related colors

Complementary color

Complementary color for #hex is #33194B.


I love getcolorcode.com

Triadic colors

1 #B4CCE6 and #E6B4CC with #CCE6B4 are triadic colors.

2 #B4E6CC and #E6CCB4 with #CCE6B4 are triadic colors.