COLOR #CEDD98

HEX: #CEDD98 RGB: (206,221,152)

Color info

#CEDD98 contains mainly red and green colors. Web safe color of #CEDD98 is #CCCC99 (or #CC9).

RGB color model

#CEDD98 color RGB value is (206,221,152).

RGB: (206,221,152) (81%, 87%, 60%)

RGB channels and saturation

R 206 of 255 = 81%
G 221 of 255 = 87%
B 152 of 255 = 60%

206
221
152

R + G + B ~ 76%. #CEDD98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 221 + 152 = 579 (100%)
R 206 of 579 ~ 35.58%
G 221 of 579 ~ 38.17%
B 152 of 579 ~ 26.25'%

%35.58
%38.17
%26.25

CMYK color model

#CEDD98 color CMYK value is (7,0,31,13).

  • cyan value is 6.79%
  • magenta value is 0.00%
  • yellow value is 31.22%
  • key color value is 13.33%
CMYK: (7,0,31,13) C7M0Y31K13 (7%,0%,31%,13%) (0.07/0.00/0.31/0.13) 

CMYK percentages

%6.79
%0
%31.22
%13.33

Codes

Color #CEDD98 in popluar color models

CE DD 98
RGB 206 221 152
HSL 73° 50.36% 73.14%
HSB/HSV 73° 31.22% 86.67%
CMYK 6.79% 0.00% 31.22%
13.33%

Color #CEDD98 in popluar number systems.

HEX CE DD 98
Decimal 206 221 152
Binary 11001110 11011101 10011000
Octal 316 335 230

Shades and tints

Shades of #CEDD98

#CEDD98
(206,221,152)
#BCC98B
(188,201,139)
#AAB57E
(170,181,126)
#98A171
(152,161,113)
#868D64
(134,141,100)
#747957
(116,121,87)
#62654A
(98,101,74)
#50513D
(80,81,61)
#3E3D30
(62,61,48)
#2C2923
(44,41,35)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #CEDD98

#CEDD98
(206,221,152)
#D2E0A1
(210,224,161)
#D6E3AA
(214,227,170)
#DAE6B3
(218,230,179)
#DEE9BC
(222,233,188)
#E2ECC5
(226,236,197)
#E6EFCE
(230,239,206)
#EAF2D7
(234,242,215)
#EEF5E0
(238,245,224)
#F2F8E9
(242,248,233)
#F6FBF2
(246,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEDD98 color. Also use rgb(206,221,152) instead hex code.

Text Font Color

.myTextColor { color: #CEDD98; }

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

This text font color is #CEDD98.

Background Color

.myBgColor { background-color: #CEDD98; }

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

This div background color is #CEDD98.

Border color

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

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

This div border color is #CEDD98.

Opacity

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

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

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

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

This text has shadow with #CEDD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEDD98.

Preview

Color preview on black background

This text has color #CEDD98 on black background.


Color preview on white background

This text has color #CEDD98 on white background.


Black color preview on #CEDD98 background

This text has black color on #CEDD98 background.


White color preview on #CEDD98 background

This text has white color on #CEDD98 background.


Related colors

Complementary color

Complementary color for #hex is #312267.


I love getcolorcode.com

Triadic colors

1 #98CEDD and #DD98CE with #CEDD98 are triadic colors.

2 #98DDCE and #DDCE98 with #CEDD98 are triadic colors.