COLOR #CFEE73

HEX: #CFEE73
RGB: (207,238,115)

Color info

#CFEE73 contains mainly red and green colors. Web safe color of #CFEE73 is #CCFF66 (or #CF6).

RGB color model

#CFEE73 color RGB value is (207,238,115).

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

RGB channels and saturation

R 207 of 255 = 81%
G 238 of 255 = 93%
B 115 of 255 = 45%

207
238
115

R + G + B ~ 73%. #CFEE73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 238 + 115 = 560 (100%)
R 207 of 560 ~ 36.96%
G 238 of 560 ~ 42.5%
B 115 of 560 ~ 20.54%

%36.96
%42.5
%20.54

CMYK color model

#CFEE73 color CMYK value is (13,0,52,7).

  • cyan value is 13.03%
  • magenta value is 0.00%
  • yellow value is 51.68%
  • key color value is 6.67%
CMYK:
(13,0,52,7)
C13M0Y52K7 
(13%,0%,52%,7%)
(0.13/0.00/0.52/0.07)	

CMYK percentages

%13.03
%0
%51.68
%6.67

Codes

Color #CFEE73 in popluar color models

CFEE73
RGB207238115
HSL75°78.34%69.22%
HSB/HSV75°51.68%93.33%
CMYK13.03%0.00%51.68%
6.67%

Color #CFEE73 in popluar number systems.

HEXCFEE73
Decimal207238115
Binary11001111111011101110011
Octal317356163

Shades and tints

Shades of #CFEE73

#CFEE73
(207,238,115)
#BDD969
(189,217,105)
#ABC45F
(171,196,95)
#99AF55
(153,175,85)
#879A4B
(135,154,75)
#758541
(117,133,65)
#637037
(99,112,55)
#515B2D
(81,91,45)
#3F4623
(63,70,35)
#2D3119
(45,49,25)
#1B1C0F
(27,28,15)
#000000
(0,0,0)

Tints of #CFEE73

#CFEE73
(207,238,115)
#D3EF7F
(211,239,127)
#D7F08B
(215,240,139)
#DBF197
(219,241,151)
#DFF2A3
(223,242,163)
#E3F3AF
(227,243,175)
#E7F4BB
(231,244,187)
#EBF5C7
(235,245,199)
#EFF6D3
(239,246,211)
#F3F7DF
(243,247,223)
#F7F8EB
(247,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFEE73; }

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

This text font color is #CFEE73.


Background Color

.myBgColor { background-color: #CFEE73; }

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

This div background color is #CFEE73.


Border color

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

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

This div border color is #CFEE73.


Opacity

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

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

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

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

This text has shadow with #CFEE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEE73 on black background.


Color preview on white background

This text has color #CFEE73 on white background.



Black color preview on #CFEE73 background

This text has black color on #CFEE73 background.


White color preview on #CFEE73 background

This text has white color on #CFEE73 background.