COLOR #CCEAC4

HEX: #CCEAC4
RGB: (204,234,196)

Color info

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

RGB color model

#CCEAC4 color RGB value is (204,234,196).

  • red value is 204;
  • green value is 234;
  • blue value is 196.
RGB:
(204,234,196)
(80%,92%,77%)

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 196 of 255 = 77%

204
234
196

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

Portions of RGB colors in percentages

R + G + B =
204 + 234 + 196 = 634 (100%)
R 204 of 634 ~ 32.18%
G 234 of 634 ~ 36.91%
B 196 of 634 ~ 30.91%

%32.18
%36.91
%30.91

CMYK color model

#CCEAC4 color CMYK value is (13,0,16,8).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(13,0,16,8)
C13M0Y16K8 
(13%,0%,16%,8%)
(0.13/0.00/0.16/0.08)	

CMYK percentages

%12.82
%0
%16.24
%8.24

Codes

Color #CCEAC4 in popluar color models

CCEAC4
RGB204234196
HSL107°47.50%84.31%
HSB/HSV107°16.24%91.76%
CMYK12.82%0.00%16.24%
8.24%

Color #CCEAC4 in popluar number systems.

HEXCCEAC4
Decimal204234196
Binary110011001110101011000100
Octal314352304

Shades and tints

Shades of #CCEAC4

#CCEAC4
(204,234,196)
#BAD5B3
(186,213,179)
#A8C0A2
(168,192,162)
#96AB91
(150,171,145)
#849680
(132,150,128)
#72816F
(114,129,111)
#606C5E
(96,108,94)
#4E574D
(78,87,77)
#3C423C
(60,66,60)
#2A2D2B
(42,45,43)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #CCEAC4

#CCEAC4
(204,234,196)
#D0EBC9
(208,235,201)
#D4ECCE
(212,236,206)
#D8EDD3
(216,237,211)
#DCEED8
(220,238,216)
#E0EFDD
(224,239,221)
#E4F0E2
(228,240,226)
#E8F1E7
(232,241,231)
#ECF2EC
(236,242,236)
#F0F3F1
(240,243,241)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEAC4 color. Also use rgb(204,234,196) instead hex code.

Text Font Color

.myTextColor { color: #CCEAC4; }

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

This text font color is #CCEAC4.


Background Color

.myBgColor { background-color: #CCEAC4; }

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

This div background color is #CCEAC4.


Border color

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

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

This div border color is #CCEAC4.


Opacity

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

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

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

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

This text has shadow with #CCEAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEAC4 on black background.


Color preview on white background

This text has color #CCEAC4 on white background.



Black color preview on #CCEAC4 background

This text has black color on #CCEAC4 background.


White color preview on #CCEAC4 background

This text has white color on #CCEAC4 background.