COLOR #C6E1D2

HEX: #C6E1D2
RGB: (198,225,210)

Color info

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

RGB color model

#C6E1D2 color RGB value is (198,225,210).

  • red value is 198;
  • green value is 225;
  • blue value is 210.
RGB:
(198,225,210)
(78%,88%,82%)

RGB channels and saturation

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

198
225
210

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

Portions of RGB colors in percentages

R + G + B =
198 + 225 + 210 = 633 (100%)
R 198 of 633 ~ 31.28%
G 225 of 633 ~ 35.55%
B 210 of 633 ~ 33.18%

%31.28
%35.55
%33.18

CMYK color model

#C6E1D2 color CMYK value is (12,0,7,12).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 11.76%
CMYK:
(12,0,7,12)
C12M0Y7K12 
(12%,0%,7%,12%)
(0.12/0.00/0.07/0.12)	

CMYK percentages

%12
%0
%6.67
%11.76

Codes

Color #C6E1D2 in popluar color models

C6E1D2
RGB198225210
HSL147°31.03%82.94%
HSB/HSV147°12.00%88.24%
CMYK12.00%0.00%6.67%
11.76%

Color #C6E1D2 in popluar number systems.

HEXC6E1D2
Decimal198225210
Binary110001101110000111010010
Octal306341322

Shades and tints

Shades of #C6E1D2

#C6E1D2
(198,225,210)
#B4CDBF
(180,205,191)
#A2B9AC
(162,185,172)
#90A599
(144,165,153)
#7E9186
(126,145,134)
#6C7D73
(108,125,115)
#5A6960
(90,105,96)
#48554D
(72,85,77)
#36413A
(54,65,58)
#242D27
(36,45,39)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #C6E1D2

#C6E1D2
(198,225,210)
#CBE3D6
(203,227,214)
#D0E5DA
(208,229,218)
#D5E7DE
(213,231,222)
#DAE9E2
(218,233,226)
#DFEBE6
(223,235,230)
#E4EDEA
(228,237,234)
#E9EFEE
(233,239,238)
#EEF1F2
(238,241,242)
#F3F3F6
(243,243,246)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E1D2; }

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

This text font color is #C6E1D2.


Background Color

.myBgColor { background-color: #C6E1D2; }

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

This div background color is #C6E1D2.


Border color

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

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

This div border color is #C6E1D2.


Opacity

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

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

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

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

This text has shadow with #C6E1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E1D2 on black background.


Color preview on white background

This text has color #C6E1D2 on white background.



Black color preview on #C6E1D2 background

This text has black color on #C6E1D2 background.


White color preview on #C6E1D2 background

This text has white color on #C6E1D2 background.