COLOR #CEE765

HEX: #CEE765
RGB: (206,231,101)

Color info

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

RGB color model

#CEE765 color RGB value is (206,231,101).

  • red value is 206;
  • green value is 231;
  • blue value is 101.
RGB:
(206,231,101)
(81%,91%,40%)

RGB channels and saturation

R 206 of 255 = 81%
G 231 of 255 = 91%
B 101 of 255 = 40%

206
231
101

R + G + B ~ 71%. #CEE765 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 231 + 101 = 538 (100%)
R 206 of 538 ~ 38.29%
G 231 of 538 ~ 42.94%
B 101 of 538 ~ 18.77%

%38.29
%42.94
%18.77

CMYK color model

#CEE765 color CMYK value is (11,0,56,9).

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 56.28%
  • key color value is 9.41%
CMYK:
(11,0,56,9)
C11M0Y56K9 
(11%,0%,56%,9%)
(0.11/0.00/0.56/0.09)	

CMYK percentages

%10.82
%0
%56.28
%9.41

Codes

Color #CEE765 in popluar color models

CEE765
RGB206231101
HSL72°73.03%65.10%
HSB/HSV72°56.28%90.59%
CMYK10.82%0.00%56.28%
9.41%

Color #CEE765 in popluar number systems.

HEXCEE765
Decimal206231101
Binary11001110111001111100101
Octal316347145

Shades and tints

Shades of #CEE765

#CEE765
(206,231,101)
#BCD25C
(188,210,92)
#AABD53
(170,189,83)
#98A84A
(152,168,74)
#869341
(134,147,65)
#747E38
(116,126,56)
#62692F
(98,105,47)
#505426
(80,84,38)
#3E3F1D
(62,63,29)
#2C2A14
(44,42,20)
#1A150B
(26,21,11)
#000000
(0,0,0)

Tints of #CEE765

#CEE765
(206,231,101)
#D2E973
(210,233,115)
#D6EB81
(214,235,129)
#DAED8F
(218,237,143)
#DEEF9D
(222,239,157)
#E2F1AB
(226,241,171)
#E6F3B9
(230,243,185)
#EAF5C7
(234,245,199)
#EEF7D5
(238,247,213)
#F2F9E3
(242,249,227)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE765 color. Also use rgb(206,231,101) instead hex code.

Text Font Color

.myTextColor { color: #CEE765; }

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

This text font color is #CEE765.


Background Color

.myBgColor { background-color: #CEE765; }

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

This div background color is #CEE765.


Border color

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

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

This div border color is #CEE765.


Opacity

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

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

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

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

This text has shadow with #CEE765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE765 on black background.


Color preview on white background

This text has color #CEE765 on white background.



Black color preview on #CEE765 background

This text has black color on #CEE765 background.


White color preview on #CEE765 background

This text has white color on #CEE765 background.