COLOR #C6E7DD

HEX: #C6E7DD
RGB: (198,231,221)

Color info

#C6E7DD contains red, green and blue colors in about the same proportion. Web safe color of #C6E7DD is #CCFFCC (or #CFC).

RGB color model

#C6E7DD color RGB value is (198,231,221).

  • red value is 198;
  • green value is 231;
  • blue value is 221.
RGB:
(198,231,221)
(78%,91%,87%)

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 221 of 255 = 87%

198
231
221

R + G + B ~ 85%. #C6E7DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 221 = 650 (100%)
R 198 of 650 ~ 30.46%
G 231 of 650 ~ 35.54%
B 221 of 650 ~ 34%

%30.46
%35.54
%34

CMYK color model

#C6E7DD color CMYK value is (14,0,4,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(14,0,4,9)
C14M0Y4K9 
(14%,0%,4%,9%)
(0.14/0.00/0.04/0.09)	

CMYK percentages

%14.29
%0
%4.33
%9.41

Codes

Color #C6E7DD in popluar color models

C6E7DD
RGB198231221
HSL162°40.74%84.12%
HSB/HSV162°14.29%90.59%
CMYK14.29%0.00%4.33%
9.41%

Color #C6E7DD in popluar number systems.

HEXC6E7DD
Decimal198231221
Binary110001101110011111011101
Octal306347335

Shades and tints

Shades of #C6E7DD

#C6E7DD
(198,231,221)
#B4D2C9
(180,210,201)
#A2BDB5
(162,189,181)
#90A8A1
(144,168,161)
#7E938D
(126,147,141)
#6C7E79
(108,126,121)
#5A6965
(90,105,101)
#485451
(72,84,81)
#363F3D
(54,63,61)
#242A29
(36,42,41)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #C6E7DD

#C6E7DD
(198,231,221)
#CBE9E0
(203,233,224)
#D0EBE3
(208,235,227)
#D5EDE6
(213,237,230)
#DAEFE9
(218,239,233)
#DFF1EC
(223,241,236)
#E4F3EF
(228,243,239)
#E9F5F2
(233,245,242)
#EEF7F5
(238,247,245)
#F3F9F8
(243,249,248)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E7DD color. Also use rgb(198,231,221) instead hex code.

Text Font Color

.myTextColor { color: #C6E7DD; }

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

This text font color is #C6E7DD.


Background Color

.myBgColor { background-color: #C6E7DD; }

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

This div background color is #C6E7DD.


Border color

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

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

This div border color is #C6E7DD.


Opacity

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

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

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

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

This text has shadow with #C6E7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7DD on black background.


Color preview on white background

This text has color #C6E7DD on white background.



Black color preview on #C6E7DD background

This text has black color on #C6E7DD background.


White color preview on #C6E7DD background

This text has white color on #C6E7DD background.