COLOR #CFF9D0

HEX: #CFF9D0
RGB: (207,249,208)

Color info

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

RGB color model

#CFF9D0 color RGB value is (207,249,208).

  • red value is 207;
  • green value is 249;
  • blue value is 208.
RGB:
(207,249,208)
(81%,98%,82%)

RGB channels and saturation

R 207 of 255 = 81%
G 249 of 255 = 98%
B 208 of 255 = 82%

207
249
208

R + G + B ~ 87%. #CFF9D0 is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 249 + 208 = 664 (100%)
R 207 of 664 ~ 31.17%
G 249 of 664 ~ 37.5%
B 208 of 664 ~ 31.33%

%31.17
%37.5
%31.33

CMYK color model

#CFF9D0 color CMYK value is (17,0,16,2).

  • cyan value is 16.87%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 2.35%
CMYK:
(17,0,16,2)
C17M0Y16K2 
(17%,0%,16%,2%)
(0.17/0.00/0.16/0.02)	

CMYK percentages

%16.87
%0
%16.47
%2.35

Codes

Color #CFF9D0 in popluar color models

CFF9D0
RGB207249208
HSL121°77.78%89.41%
HSB/HSV121°16.87%97.65%
CMYK16.87%0.00%16.47%
2.35%

Color #CFF9D0 in popluar number systems.

HEXCFF9D0
Decimal207249208
Binary110011111111100111010000
Octal317371320

Shades and tints

Shades of #CFF9D0

#CFF9D0
(207,249,208)
#BDE3BE
(189,227,190)
#ABCDAC
(171,205,172)
#99B79A
(153,183,154)
#87A188
(135,161,136)
#758B76
(117,139,118)
#637564
(99,117,100)
#515F52
(81,95,82)
#3F4940
(63,73,64)
#2D332E
(45,51,46)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #CFF9D0

#CFF9D0
(207,249,208)
#D3F9D4
(211,249,212)
#D7F9D8
(215,249,216)
#DBF9DC
(219,249,220)
#DFF9E0
(223,249,224)
#E3F9E4
(227,249,228)
#E7F9E8
(231,249,232)
#EBF9EC
(235,249,236)
#EFF9F0
(239,249,240)
#F3F9F4
(243,249,244)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF9D0 color. Also use rgb(207,249,208) instead hex code.

Text Font Color

.myTextColor { color: #CFF9D0; }

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

This text font color is #CFF9D0.


Background Color

.myBgColor { background-color: #CFF9D0; }

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

This div background color is #CFF9D0.


Border color

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

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

This div border color is #CFF9D0.


Opacity

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

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

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

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

This text has shadow with #CFF9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFF9D0 on black background.


Color preview on white background

This text has color #CFF9D0 on white background.



Black color preview on #CFF9D0 background

This text has black color on #CFF9D0 background.


White color preview on #CFF9D0 background

This text has white color on #CFF9D0 background.