COLOR #C6EBD9

HEX: #C6EBD9
RGB: (198,235,217)

Color info

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

RGB color model

#C6EBD9 color RGB value is (198,235,217).

  • red value is 198;
  • green value is 235;
  • blue value is 217.
RGB:
(198,235,217)
(78%,92%,85%)

RGB channels and saturation

R 198 of 255 = 78%
G 235 of 255 = 92%
B 217 of 255 = 85%

198
235
217

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

Portions of RGB colors in percentages

R + G + B =
198 + 235 + 217 = 650 (100%)
R 198 of 650 ~ 30.46%
G 235 of 650 ~ 36.15%
B 217 of 650 ~ 33.38%

%30.46
%36.15
%33.38

CMYK color model

#C6EBD9 color CMYK value is (16,0,8,8).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 7.84%
CMYK:
(16,0,8,8)
C16M0Y8K8 
(16%,0%,8%,8%)
(0.16/0.00/0.08/0.08)	

CMYK percentages

%15.74
%0
%7.66
%7.84

Codes

Color #C6EBD9 in popluar color models

C6EBD9
RGB198235217
HSL151°48.05%84.90%
HSB/HSV151°15.74%92.16%
CMYK15.74%0.00%7.66%
7.84%

Color #C6EBD9 in popluar number systems.

HEXC6EBD9
Decimal198235217
Binary110001101110101111011001
Octal306353331

Shades and tints

Shades of #C6EBD9

#C6EBD9
(198,235,217)
#B4D6C6
(180,214,198)
#A2C1B3
(162,193,179)
#90ACA0
(144,172,160)
#7E978D
(126,151,141)
#6C827A
(108,130,122)
#5A6D67
(90,109,103)
#485854
(72,88,84)
#364341
(54,67,65)
#242E2E
(36,46,46)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #C6EBD9

#C6EBD9
(198,235,217)
#CBECDC
(203,236,220)
#D0EDDF
(208,237,223)
#D5EEE2
(213,238,226)
#DAEFE5
(218,239,229)
#DFF0E8
(223,240,232)
#E4F1EB
(228,241,235)
#E9F2EE
(233,242,238)
#EEF3F1
(238,243,241)
#F3F4F4
(243,244,244)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EBD9 color. Also use rgb(198,235,217) instead hex code.

Text Font Color

.myTextColor { color: #C6EBD9; }

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

This text font color is #C6EBD9.


Background Color

.myBgColor { background-color: #C6EBD9; }

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

This div background color is #C6EBD9.


Border color

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

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

This div border color is #C6EBD9.


Opacity

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

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

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

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

This text has shadow with #C6EBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EBD9 on black background.


Color preview on white background

This text has color #C6EBD9 on white background.



Black color preview on #C6EBD9 background

This text has black color on #C6EBD9 background.


White color preview on #C6EBD9 background

This text has white color on #C6EBD9 background.