COLOR #CFEE97

HEX: #CFEE97
RGB: (207,238,151)

Color info

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

RGB color model

#CFEE97 color RGB value is (207,238,151).

  • red value is 207;
  • green value is 238;
  • blue value is 151.
RGB:
(207,238,151)
(81%,93%,59%)

RGB channels and saturation

R 207 of 255 = 81%
G 238 of 255 = 93%
B 151 of 255 = 59%

207
238
151

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

Portions of RGB colors in percentages

R + G + B =
207 + 238 + 151 = 596 (100%)
R 207 of 596 ~ 34.73%
G 238 of 596 ~ 39.93%
B 151 of 596 ~ 25.34%

%34.73
%39.93
%25.34

CMYK color model

#CFEE97 color CMYK value is (13,0,37,7).

  • cyan value is 13.03%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 6.67%
CMYK:
(13,0,37,7)
C13M0Y37K7 
(13%,0%,37%,7%)
(0.13/0.00/0.37/0.07)	

CMYK percentages

%13.03
%0
%36.55
%6.67

Codes

Color #CFEE97 in popluar color models

CFEE97
RGB207238151
HSL81°71.90%76.27%
HSB/HSV81°36.55%93.33%
CMYK13.03%0.00%36.55%
6.67%

Color #CFEE97 in popluar number systems.

HEXCFEE97
Decimal207238151
Binary110011111110111010010111
Octal317356227

Shades and tints

Shades of #CFEE97

#CFEE97
(207,238,151)
#BDD98A
(189,217,138)
#ABC47D
(171,196,125)
#99AF70
(153,175,112)
#879A63
(135,154,99)
#758556
(117,133,86)
#637049
(99,112,73)
#515B3C
(81,91,60)
#3F462F
(63,70,47)
#2D3122
(45,49,34)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #CFEE97

#CFEE97
(207,238,151)
#D3EFA0
(211,239,160)
#D7F0A9
(215,240,169)
#DBF1B2
(219,241,178)
#DFF2BB
(223,242,187)
#E3F3C4
(227,243,196)
#E7F4CD
(231,244,205)
#EBF5D6
(235,245,214)
#EFF6DF
(239,246,223)
#F3F7E8
(243,247,232)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFEE97 color. Also use rgb(207,238,151) instead hex code.

Text Font Color

.myTextColor { color: #CFEE97; }

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

This text font color is #CFEE97.


Background Color

.myBgColor { background-color: #CFEE97; }

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

This div background color is #CFEE97.


Border color

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

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

This div border color is #CFEE97.


Opacity

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

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

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

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

This text has shadow with #CFEE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEE97 on black background.


Color preview on white background

This text has color #CFEE97 on white background.



Black color preview on #CFEE97 background

This text has black color on #CFEE97 background.


White color preview on #CFEE97 background

This text has white color on #CFEE97 background.