COLOR #CCF09B

HEX: #CCF09B
RGB: (204,240,155)

Color info

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

RGB color model

#CCF09B color RGB value is (204,240,155).

  • red value is 204;
  • green value is 240;
  • blue value is 155.
RGB:
(204,240,155)
(80%,94%,61%)

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 155 of 255 = 61%

204
240
155

R + G + B ~ 78%. #CCF09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 240 + 155 = 599 (100%)
R 204 of 599 ~ 34.06%
G 240 of 599 ~ 40.07%
B 155 of 599 ~ 25.88%

%34.06
%40.07
%25.88

CMYK color model

#CCF09B color CMYK value is (15,0,35,6).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 35.42%
  • key color value is 5.88%
CMYK:
(15,0,35,6)
C15M0Y35K6 
(15%,0%,35%,6%)
(0.15/0.00/0.35/0.06)	

CMYK percentages

%15
%0
%35.42
%5.88

Codes

Color #CCF09B in popluar color models

CCF09B
RGB204240155
HSL85°73.91%77.45%
HSB/HSV85°35.42%94.12%
CMYK15.00%0.00%35.42%
5.88%

Color #CCF09B in popluar number systems.

HEXCCF09B
Decimal204240155
Binary110011001111000010011011
Octal314360233

Shades and tints

Shades of #CCF09B

#CCF09B
(204,240,155)
#BADB8D
(186,219,141)
#A8C67F
(168,198,127)
#96B171
(150,177,113)
#849C63
(132,156,99)
#728755
(114,135,85)
#607247
(96,114,71)
#4E5D39
(78,93,57)
#3C482B
(60,72,43)
#2A331D
(42,51,29)
#181E0F
(24,30,15)
#000000
(0,0,0)

Tints of #CCF09B

#CCF09B
(204,240,155)
#D0F1A4
(208,241,164)
#D4F2AD
(212,242,173)
#D8F3B6
(216,243,182)
#DCF4BF
(220,244,191)
#E0F5C8
(224,245,200)
#E4F6D1
(228,246,209)
#E8F7DA
(232,247,218)
#ECF8E3
(236,248,227)
#F0F9EC
(240,249,236)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF09B color. Also use rgb(204,240,155) instead hex code.

Text Font Color

.myTextColor { color: #CCF09B; }

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

This text font color is #CCF09B.


Background Color

.myBgColor { background-color: #CCF09B; }

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

This div background color is #CCF09B.


Border color

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

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

This div border color is #CCF09B.


Opacity

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

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

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

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

This text has shadow with #CCF09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF09B on black background.


Color preview on white background

This text has color #CCF09B on white background.



Black color preview on #CCF09B background

This text has black color on #CCF09B background.


White color preview on #CCF09B background

This text has white color on #CCF09B background.