COLOR #CDEB95

HEX: #CDEB95
RGB: (205,235,149)

Color info

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

RGB color model

#CDEB95 color RGB value is (205,235,149).

  • red value is 205;
  • green value is 235;
  • blue value is 149.
RGB:
(205,235,149)
(80%,92%,58%)

RGB channels and saturation

R 205 of 255 = 80%
G 235 of 255 = 92%
B 149 of 255 = 58%

205
235
149

R + G + B ~ 77%. #CDEB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 235 + 149 = 589 (100%)
R 205 of 589 ~ 34.8%
G 235 of 589 ~ 39.9%
B 149 of 589 ~ 25.3%

%34.8
%39.9
%25.3

CMYK color model

#CDEB95 color CMYK value is (13,0,37,8).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 7.84%
CMYK:
(13,0,37,8)
C13M0Y37K8 
(13%,0%,37%,8%)
(0.13/0.00/0.37/0.08)	

CMYK percentages

%12.77
%0
%36.6
%7.84

Codes

Color #CDEB95 in popluar color models

CDEB95
RGB205235149
HSL81°68.25%75.29%
HSB/HSV81°36.60%92.16%
CMYK12.77%0.00%36.60%
7.84%

Color #CDEB95 in popluar number systems.

HEXCDEB95
Decimal205235149
Binary110011011110101110010101
Octal315353225

Shades and tints

Shades of #CDEB95

#CDEB95
(205,235,149)
#BBD688
(187,214,136)
#A9C17B
(169,193,123)
#97AC6E
(151,172,110)
#859761
(133,151,97)
#738254
(115,130,84)
#616D47
(97,109,71)
#4F583A
(79,88,58)
#3D432D
(61,67,45)
#2B2E20
(43,46,32)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #CDEB95

#CDEB95
(205,235,149)
#D1EC9E
(209,236,158)
#D5EDA7
(213,237,167)
#D9EEB0
(217,238,176)
#DDEFB9
(221,239,185)
#E1F0C2
(225,240,194)
#E5F1CB
(229,241,203)
#E9F2D4
(233,242,212)
#EDF3DD
(237,243,221)
#F1F4E6
(241,244,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDEB95 color. Also use rgb(205,235,149) instead hex code.

Text Font Color

.myTextColor { color: #CDEB95; }

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

This text font color is #CDEB95.


Background Color

.myBgColor { background-color: #CDEB95; }

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

This div background color is #CDEB95.


Border color

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

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

This div border color is #CDEB95.


Opacity

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

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

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

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

This text has shadow with #CDEB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDEB95 on black background.


Color preview on white background

This text has color #CDEB95 on white background.



Black color preview on #CDEB95 background

This text has black color on #CDEB95 background.


White color preview on #CDEB95 background

This text has white color on #CDEB95 background.