COLOR #CEE973

HEX: #CEE973
RGB: (206,233,115)

Color info

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

RGB color model

#CEE973 color RGB value is (206,233,115).

  • red value is 206;
  • green value is 233;
  • blue value is 115.
RGB:
(206,233,115)
(81%,91%,45%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 115 of 255 = 45%

206
233
115

R + G + B ~ 72%. #CEE973 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 115 = 554 (100%)
R 206 of 554 ~ 37.18%
G 233 of 554 ~ 42.06%
B 115 of 554 ~ 20.76%

%37.18
%42.06
%20.76

CMYK color model

#CEE973 color CMYK value is (12,0,51,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 50.64%
  • key color value is 8.63%
CMYK:
(12,0,51,9)
C12M0Y51K9 
(12%,0%,51%,9%)
(0.12/0.00/0.51/0.09)	

CMYK percentages

%11.59
%0
%50.64
%8.63

Codes

Color #CEE973 in popluar color models

CEE973
RGB206233115
HSL74°72.84%68.24%
HSB/HSV74°50.64%91.37%
CMYK11.59%0.00%50.64%
8.63%

Color #CEE973 in popluar number systems.

HEXCEE973
Decimal206233115
Binary11001110111010011110011
Octal316351163

Shades and tints

Shades of #CEE973

#CEE973
(206,233,115)
#BCD469
(188,212,105)
#AABF5F
(170,191,95)
#98AA55
(152,170,85)
#86954B
(134,149,75)
#748041
(116,128,65)
#626B37
(98,107,55)
#50562D
(80,86,45)
#3E4123
(62,65,35)
#2C2C19
(44,44,25)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #CEE973

#CEE973
(206,233,115)
#D2EB7F
(210,235,127)
#D6ED8B
(214,237,139)
#DAEF97
(218,239,151)
#DEF1A3
(222,241,163)
#E2F3AF
(226,243,175)
#E6F5BB
(230,245,187)
#EAF7C7
(234,247,199)
#EEF9D3
(238,249,211)
#F2FBDF
(242,251,223)
#F6FDEB
(246,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE973 color. Also use rgb(206,233,115) instead hex code.

Text Font Color

.myTextColor { color: #CEE973; }

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

This text font color is #CEE973.


Background Color

.myBgColor { background-color: #CEE973; }

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

This div background color is #CEE973.


Border color

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

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

This div border color is #CEE973.


Opacity

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

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

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

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

This text has shadow with #CEE973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE973 on black background.


Color preview on white background

This text has color #CEE973 on white background.



Black color preview on #CEE973 background

This text has black color on #CEE973 background.


White color preview on #CEE973 background

This text has white color on #CEE973 background.