COLOR #C6DEAD

HEX: #C6DEAD RGB: (198,222,173)

Color info

#C6DEAD contains red, green and blue colors in about the same proportion. Web safe color of #C6DEAD is #CCCC99 (or #CC9).

RGB color model

#C6DEAD color RGB value is (198,222,173).

RGB: (198,222,173) (78%, 87%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 173 of 255 = 68%

198
222
173

R + G + B ~ 78%. #C6DEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 222 + 173 = 593 (100%)
R 198 of 593 ~ 33.39%
G 222 of 593 ~ 37.44%
B 173 of 593 ~ 29.17'%

%33.39
%37.44
%29.17

CMYK color model

#C6DEAD color CMYK value is (11,0,22,13).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 22.07%
  • key color value is 12.94%
CMYK: (11,0,22,13) C11M0Y22K13 (11%,0%,22%,13%) (0.11/0.00/0.22/0.13) 

CMYK percentages

%10.81
%0
%22.07
%12.94

Codes

Color #C6DEAD in popluar color models

C6 DE AD
RGB 198 222 173
HSL 89° 42.61% 77.45%
HSB/HSV 89° 22.07% 87.06%
CMYK 10.81% 0.00% 22.07%
12.94%

Color #C6DEAD in popluar number systems.

HEX C6 DE AD
Decimal 198 222 173
Binary 11000110 11011110 10101101
Octal 306 336 255

Shades and tints

Shades of #C6DEAD

#C6DEAD
(198,222,173)
#B4CA9E
(180,202,158)
#A2B68F
(162,182,143)
#90A280
(144,162,128)
#7E8E71
(126,142,113)
#6C7A62
(108,122,98)
#5A6653
(90,102,83)
#485244
(72,82,68)
#363E35
(54,62,53)
#242A26
(36,42,38)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #C6DEAD

#C6DEAD
(198,222,173)
#CBE1B4
(203,225,180)
#D0E4BB
(208,228,187)
#D5E7C2
(213,231,194)
#DAEAC9
(218,234,201)
#DFEDD0
(223,237,208)
#E4F0D7
(228,240,215)
#E9F3DE
(233,243,222)
#EEF6E5
(238,246,229)
#F3F9EC
(243,249,236)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DEAD color. Also use rgb(198,222,173) instead hex code.

Text Font Color

.myTextColor { color: #C6DEAD; }

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

This text font color is #C6DEAD.

Background Color

.myBgColor { background-color: #C6DEAD; }

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

This div background color is #C6DEAD.

Border color

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

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

This div border color is #C6DEAD.

Opacity

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

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

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

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

This text has shadow with #C6DEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DEAD.

Preview

Color preview on black background

This text has color #C6DEAD on black background.


Color preview on white background

This text has color #C6DEAD on white background.


Black color preview on #C6DEAD background

This text has black color on #C6DEAD background.


White color preview on #C6DEAD background

This text has white color on #C6DEAD background.


Related colors

Complementary color

Complementary color for #hex is #392152.


I love getcolorcode.com

Triadic colors

1 #ADC6DE and #DEADC6 with #C6DEAD are triadic colors.

2 #ADDEC6 and #DEC6AD with #C6DEAD are triadic colors.