COLOR #CEFBA9

HEX: #CEFBA9
RGB: (206,251,169)

Color info

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

RGB color model

#CEFBA9 color RGB value is (206,251,169).

  • red value is 206;
  • green value is 251;
  • blue value is 169.
RGB:
(206,251,169)
(81%,98%,66%)

RGB channels and saturation

R 206 of 255 = 81%
G 251 of 255 = 98%
B 169 of 255 = 66%

206
251
169

R + G + B ~ 82%. #CEFBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 251 + 169 = 626 (100%)
R 206 of 626 ~ 32.91%
G 251 of 626 ~ 40.1%
B 169 of 626 ~ 27%

%32.91
%40.1
%27

CMYK color model

#CEFBA9 color CMYK value is (18,0,33,2).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 32.67%
  • key color value is 1.57%
CMYK:
(18,0,33,2)
C18M0Y33K2 
(18%,0%,33%,2%)
(0.18/0.00/0.33/0.02)	

CMYK percentages

%17.93
%0
%32.67
%1.57

Codes

Color #CEFBA9 in popluar color models

CEFBA9
RGB206251169
HSL93°91.11%82.35%
HSB/HSV93°32.67%98.43%
CMYK17.93%0.00%32.67%
1.57%

Color #CEFBA9 in popluar number systems.

HEXCEFBA9
Decimal206251169
Binary110011101111101110101001
Octal316373251

Shades and tints

Shades of #CEFBA9

#CEFBA9
(206,251,169)
#BCE59A
(188,229,154)
#AACF8B
(170,207,139)
#98B97C
(152,185,124)
#86A36D
(134,163,109)
#748D5E
(116,141,94)
#62774F
(98,119,79)
#506140
(80,97,64)
#3E4B31
(62,75,49)
#2C3522
(44,53,34)
#1A1F13
(26,31,19)
#000000
(0,0,0)

Tints of #CEFBA9

#CEFBA9
(206,251,169)
#D2FBB0
(210,251,176)
#D6FBB7
(214,251,183)
#DAFBBE
(218,251,190)
#DEFBC5
(222,251,197)
#E2FBCC
(226,251,204)
#E6FBD3
(230,251,211)
#EAFBDA
(234,251,218)
#EEFBE1
(238,251,225)
#F2FBE8
(242,251,232)
#F6FBEF
(246,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEFBA9 color. Also use rgb(206,251,169) instead hex code.

Text Font Color

.myTextColor { color: #CEFBA9; }

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

This text font color is #CEFBA9.


Background Color

.myBgColor { background-color: #CEFBA9; }

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

This div background color is #CEFBA9.


Border color

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

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

This div border color is #CEFBA9.


Opacity

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

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

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

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

This text has shadow with #CEFBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEFBA9 on black background.


Color preview on white background

This text has color #CEFBA9 on white background.



Black color preview on #CEFBA9 background

This text has black color on #CEFBA9 background.


White color preview on #CEFBA9 background

This text has white color on #CEFBA9 background.