COLOR #C6E1DB

HEX: #C6E1DB
RGB: (198,225,219)

Color info

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

RGB color model

#C6E1DB color RGB value is (198,225,219).

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

RGB channels and saturation

R 198 of 255 = 78%
G 225 of 255 = 88%
B 219 of 255 = 86%

198
225
219

R + G + B ~ 84%. #C6E1DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 225 + 219 = 642 (100%)
R 198 of 642 ~ 30.84%
G 225 of 642 ~ 35.05%
B 219 of 642 ~ 34.11%

%30.84
%35.05
%34.11

CMYK color model

#C6E1DB color CMYK value is (12,0,3,12).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(12,0,3,12)
C12M0Y3K12 
(12%,0%,3%,12%)
(0.12/0.00/0.03/0.12)	

CMYK percentages

%12
%0
%2.67
%11.76

Codes

Color #C6E1DB in popluar color models

C6E1DB
RGB198225219
HSL167°31.03%82.94%
HSB/HSV167°12.00%88.24%
CMYK12.00%0.00%2.67%
11.76%

Color #C6E1DB in popluar number systems.

HEXC6E1DB
Decimal198225219
Binary110001101110000111011011
Octal306341333

Shades and tints

Shades of #C6E1DB

#C6E1DB
(198,225,219)
#B4CDC8
(180,205,200)
#A2B9B5
(162,185,181)
#90A5A2
(144,165,162)
#7E918F
(126,145,143)
#6C7D7C
(108,125,124)
#5A6969
(90,105,105)
#485556
(72,85,86)
#364143
(54,65,67)
#242D30
(36,45,48)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #C6E1DB

#C6E1DB
(198,225,219)
#CBE3DE
(203,227,222)
#D0E5E1
(208,229,225)
#D5E7E4
(213,231,228)
#DAE9E7
(218,233,231)
#DFEBEA
(223,235,234)
#E4EDED
(228,237,237)
#E9EFF0
(233,239,240)
#EEF1F3
(238,241,243)
#F3F3F6
(243,243,246)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E1DB; }

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

This text font color is #C6E1DB.


Background Color

.myBgColor { background-color: #C6E1DB; }

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

This div background color is #C6E1DB.


Border color

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

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

This div border color is #C6E1DB.


Opacity

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

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

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

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

This text has shadow with #C6E1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E1DB on black background.


Color preview on white background

This text has color #C6E1DB on white background.



Black color preview on #C6E1DB background

This text has black color on #C6E1DB background.


White color preview on #C6E1DB background

This text has white color on #C6E1DB background.