COLOR #C6E1D0

HEX: #C6E1D0 RGB: (198,225,208)

Color info

#C6E1D0 contains red, green and blue colors in about the same proportion. Web safe color of #C6E1D0 is #CCCCCC (or #CCC).

RGB color model

#C6E1D0 color RGB value is (198,225,208).

RGB: (198,225,208) (78%, 88%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 225 of 255 = 88%
B 208 of 255 = 82%

198
225
208

R + G + B ~ 83%. #C6E1D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 225 + 208 = 631 (100%)
R 198 of 631 ~ 31.38%
G 225 of 631 ~ 35.66%
B 208 of 631 ~ 32.96'%

%31.38
%35.66
%32.96

CMYK color model

#C6E1D0 color CMYK value is (12,0,8,12).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 11.76%

CMYK: (12,0,8,12)
C12M0Y8K12 (12%, 0%, 8%, 12%)
(0.12 / 0.00 / 0.08 / 0.12)

CMYK percentages

%12
%0
%7.56
%11.76

Codes

Color #C6E1D0 in popluar color models

C6 E1 D0
RGB 198 225 208
HSL 142° 31.03% 82.94%
HSB/HSV 142° 12.00% 88.24%
CMYK 12.00% 0.00% 7.56%
11.76%

Color #C6E1D0 in popluar number systems.

HEX C6 E1 D0
Decimal 198 225 208
Binary 11000110 11100001 11010000
Octal 306 341 320

Shades and tints

Shades of #C6E1D0

#C6E1D0
(198,225,208)
#B4CDBE
(180,205,190)
#A2B9AC
(162,185,172)
#90A59A
(144,165,154)
#7E9188
(126,145,136)
#6C7D76
(108,125,118)
#5A6964
(90,105,100)
#485552
(72,85,82)
#364140
(54,65,64)
#242D2E
(36,45,46)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #C6E1D0

#C6E1D0
(198,225,208)
#CBE3D4
(203,227,212)
#D0E5D8
(208,229,216)
#D5E7DC
(213,231,220)
#DAE9E0
(218,233,224)
#DFEBE4
(223,235,228)
#E4EDE8
(228,237,232)
#E9EFEC
(233,239,236)
#EEF1F0
(238,241,240)
#F3F3F4
(243,243,244)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E1D0 color. Also use rgb(198,225,208) instead hex code.

Text Font Color

.myTextColor { color: #C6E1D0; }

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

This text font color is #C6E1D0.

Background Color

.myBgColor { background-color: #C6E1D0; }

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

This div background color is #C6E1D0.

Border color

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

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

This div border color is #C6E1D0.

Opacity

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

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

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

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

This text has shadow with #C6E1D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E1D0.

Preview

Color preview on black background

This text has color #C6E1D0 on black background.


Color preview on white background

This text has color #C6E1D0 on white background.


Black color preview on #C6E1D0 background

This text has black color on #C6E1D0 background.


White color preview on #C6E1D0 background

This text has white color on #C6E1D0 background.


Related colors

Complementary color

Complementary color for #hex is #391E2F.


I love getcolorcode.com

Triadic colors

1 #D0C6E1 and #E1D0C6 with #C6E1D0 are triadic colors.

2 #D0E1C6 and #E1C6D0 with #C6E1D0 are triadic colors.