COLOR #C6E7DB

HEX: #C6E7DB
RGB: (198,231,219)

Color info

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

RGB color model

#C6E7DB color RGB value is (198,231,219).

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

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 219 of 255 = 86%

198
231
219

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

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 219 = 648 (100%)
R 198 of 648 ~ 30.56%
G 231 of 648 ~ 35.65%
B 219 of 648 ~ 33.8%

%30.56
%35.65
%33.8

CMYK color model

#C6E7DB color CMYK value is (14,0,5,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK: (14,0,5,9) C14M0Y5K9 (14%,0%,5%,9%) (0.14/0.00/0.05/0.09)

CMYK percentages

%14.29
%0
%5.19
%9.41

Codes

Color #C6E7DB in popluar color models

C6E7DB
RGB198231219
HSL158°40.74%84.12%
HSB/HSV158°14.29%90.59%
CMYK14.29%0.00%5.19%
9.41%

Color #C6E7DB in popluar number systems.

HEXC6E7DB
Decimal198231219
Binary110001101110011111011011
Octal306347333

Shades and tints

Shades of #C6E7DB

#C6E7DB
(198,231,219)
#B4D2C8
(180,210,200)
#A2BDB5
(162,189,181)
#90A8A2
(144,168,162)
#7E938F
(126,147,143)
#6C7E7C
(108,126,124)
#5A6969
(90,105,105)
#485456
(72,84,86)
#363F43
(54,63,67)
#242A30
(36,42,48)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #C6E7DB

#C6E7DB
(198,231,219)
#CBE9DE
(203,233,222)
#D0EBE1
(208,235,225)
#D5EDE4
(213,237,228)
#DAEFE7
(218,239,231)
#DFF1EA
(223,241,234)
#E4F3ED
(228,243,237)
#E9F5F0
(233,245,240)
#EEF7F3
(238,247,243)
#F3F9F6
(243,249,246)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E7DB; }

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

This text font color is #C6E7DB.


Background Color

.myBgColor { background-color: #C6E7DB; }

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

This div background color is #C6E7DB.


Border color

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

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

This div border color is #C6E7DB.


Opacity

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

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

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

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

This text has shadow with #C6E7DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6E7DB on black background.


Color preview on white background

This text has color #C6E7DB on white background.



Black color preview on #C6E7DB background

This text has black color on #C6E7DB background.


White color preview on #C6E7DB background

This text has white color on #C6E7DB background.