COLOR #CCF69D

HEX: #CCF69D
RGB: (204,246,157)

Color info

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

RGB color model

#CCF69D color RGB value is (204,246,157).

  • red value is 204;
  • green value is 246;
  • blue value is 157.
RGB:
(204,246,157)
(80%,96%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 157 of 255 = 62%

204
246
157

R + G + B ~ 79%. #CCF69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 246 + 157 = 607 (100%)
R 204 of 607 ~ 33.61%
G 246 of 607 ~ 40.53%
B 157 of 607 ~ 25.86%

%33.61
%40.53
%25.86

CMYK color model

#CCF69D color CMYK value is (17,0,36,4).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 36.18%
  • key color value is 3.53%
CMYK:
(17,0,36,4)
C17M0Y36K4 
(17%,0%,36%,4%)
(0.17/0.00/0.36/0.04)	

CMYK percentages

%17.07
%0
%36.18
%3.53

Codes

Color #CCF69D in popluar color models

CCF69D
RGB204246157
HSL88°83.18%79.02%
HSB/HSV88°36.18%96.47%
CMYK17.07%0.00%36.18%
3.53%

Color #CCF69D in popluar number systems.

HEXCCF69D
Decimal204246157
Binary110011001111011010011101
Octal314366235

Shades and tints

Shades of #CCF69D

#CCF69D
(204,246,157)
#BAE08F
(186,224,143)
#A8CA81
(168,202,129)
#96B473
(150,180,115)
#849E65
(132,158,101)
#728857
(114,136,87)
#607249
(96,114,73)
#4E5C3B
(78,92,59)
#3C462D
(60,70,45)
#2A301F
(42,48,31)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #CCF69D

#CCF69D
(204,246,157)
#D0F6A5
(208,246,165)
#D4F6AD
(212,246,173)
#D8F6B5
(216,246,181)
#DCF6BD
(220,246,189)
#E0F6C5
(224,246,197)
#E4F6CD
(228,246,205)
#E8F6D5
(232,246,213)
#ECF6DD
(236,246,221)
#F0F6E5
(240,246,229)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF69D color. Also use rgb(204,246,157) instead hex code.

Text Font Color

.myTextColor { color: #CCF69D; }

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

This text font color is #CCF69D.


Background Color

.myBgColor { background-color: #CCF69D; }

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

This div background color is #CCF69D.


Border color

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

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

This div border color is #CCF69D.


Opacity

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

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

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

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

This text has shadow with #CCF69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF69D on black background.


Color preview on white background

This text has color #CCF69D on white background.



Black color preview on #CCF69D background

This text has black color on #CCF69D background.


White color preview on #CCF69D background

This text has white color on #CCF69D background.