COLOR #CCEE96

HEX: #CCEE96
RGB: (204,238,150)

Color info

#CCEE96 contains mainly red and green colors. Web safe color of #CCEE96 is #CCFF99 (or #CF9).

RGB color model

#CCEE96 color RGB value is (204,238,150).

  • red value is 204;
  • green value is 238;
  • blue value is 150.
RGB:
(204,238,150)
(80%,93%,59%)

RGB channels and saturation

R 204 of 255 = 80%
G 238 of 255 = 93%
B 150 of 255 = 59%

204
238
150

R + G + B ~ 77%. #CCEE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 238 + 150 = 592 (100%)
R 204 of 592 ~ 34.46%
G 238 of 592 ~ 40.2%
B 150 of 592 ~ 25.34%

%34.46
%40.2
%25.34

CMYK color model

#CCEE96 color CMYK value is (14,0,37,7).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 6.67%
CMYK:
(14,0,37,7)
C14M0Y37K7 
(14%,0%,37%,7%)
(0.14/0.00/0.37/0.07)	

CMYK percentages

%14.29
%0
%36.97
%6.67

Codes

Color #CCEE96 in popluar color models

CCEE96
RGB204238150
HSL83°72.13%76.08%
HSB/HSV83°36.97%93.33%
CMYK14.29%0.00%36.97%
6.67%

Color #CCEE96 in popluar number systems.

HEXCCEE96
Decimal204238150
Binary110011001110111010010110
Octal314356226

Shades and tints

Shades of #CCEE96

#CCEE96
(204,238,150)
#BAD989
(186,217,137)
#A8C47C
(168,196,124)
#96AF6F
(150,175,111)
#849A62
(132,154,98)
#728555
(114,133,85)
#607048
(96,112,72)
#4E5B3B
(78,91,59)
#3C462E
(60,70,46)
#2A3121
(42,49,33)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #CCEE96

#CCEE96
(204,238,150)
#D0EF9F
(208,239,159)
#D4F0A8
(212,240,168)
#D8F1B1
(216,241,177)
#DCF2BA
(220,242,186)
#E0F3C3
(224,243,195)
#E4F4CC
(228,244,204)
#E8F5D5
(232,245,213)
#ECF6DE
(236,246,222)
#F0F7E7
(240,247,231)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEE96 color. Also use rgb(204,238,150) instead hex code.

Text Font Color

.myTextColor { color: #CCEE96; }

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

This text font color is #CCEE96.


Background Color

.myBgColor { background-color: #CCEE96; }

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

This div background color is #CCEE96.


Border color

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

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

This div border color is #CCEE96.


Opacity

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

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

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

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

This text has shadow with #CCEE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEE96 on black background.


Color preview on white background

This text has color #CCEE96 on white background.



Black color preview on #CCEE96 background

This text has black color on #CCEE96 background.


White color preview on #CCEE96 background

This text has white color on #CCEE96 background.