COLOR #CCED96

HEX: #CCED96
RGB: (204,237,150)

Color info

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

RGB color model

#CCED96 color RGB value is (204,237,150).

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

RGB channels and saturation

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

204
237
150

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

Portions of RGB colors in percentages

R + G + B =
204 + 237 + 150 = 591 (100%)
R 204 of 591 ~ 34.52%
G 237 of 591 ~ 40.1%
B 150 of 591 ~ 25.38%

%34.52
%40.1
%25.38

CMYK color model

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

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

CMYK percentages

%13.92
%0
%36.71
%7.06

Codes

Color #CCED96 in popluar color models

CCED96
RGB204237150
HSL83°70.73%75.88%
HSB/HSV83°36.71%92.94%
CMYK13.92%0.00%36.71%
7.06%

Color #CCED96 in popluar number systems.

HEXCCED96
Decimal204237150
Binary110011001110110110010110
Octal314355226

Shades and tints

Shades of #CCED96

#CCED96
(204,237,150)
#BAD889
(186,216,137)
#A8C37C
(168,195,124)
#96AE6F
(150,174,111)
#849962
(132,153,98)
#728455
(114,132,85)
#606F48
(96,111,72)
#4E5A3B
(78,90,59)
#3C452E
(60,69,46)
#2A3021
(42,48,33)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #CCED96

#CCED96
(204,237,150)
#D0EE9F
(208,238,159)
#D4EFA8
(212,239,168)
#D8F0B1
(216,240,177)
#DCF1BA
(220,241,186)
#E0F2C3
(224,242,195)
#E4F3CC
(228,243,204)
#E8F4D5
(232,244,213)
#ECF5DE
(236,245,222)
#F0F6E7
(240,246,231)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCED96; }

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

This text font color is #CCED96.


Background Color

.myBgColor { background-color: #CCED96; }

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

This div background color is #CCED96.


Border color

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

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

This div border color is #CCED96.


Opacity

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

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

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

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

This text has shadow with #CCED96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCED96 on black background.


Color preview on white background

This text has color #CCED96 on white background.



Black color preview on #CCED96 background

This text has black color on #CCED96 background.


White color preview on #CCED96 background

This text has white color on #CCED96 background.