COLOR #C6EBD6

HEX: #C6EBD6
RGB: (198,235,214)

Color info

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

RGB color model

#C6EBD6 color RGB value is (198,235,214).

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

RGB channels and saturation

R 198 of 255 = 78%
G 235 of 255 = 92%
B 214 of 255 = 84%

198
235
214

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

Portions of RGB colors in percentages

R + G + B =
198 + 235 + 214 = 647 (100%)
R 198 of 647 ~ 30.6%
G 235 of 647 ~ 36.32%
B 214 of 647 ~ 33.08%

%30.6
%36.32
%33.08

CMYK color model

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

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(16,0,9,8)
C16M0Y9K8 
(16%,0%,9%,8%)
(0.16/0.00/0.09/0.08)	

CMYK percentages

%15.74
%0
%8.94
%7.84

Codes

Color #C6EBD6 in popluar color models

C6EBD6
RGB198235214
HSL146°48.05%84.90%
HSB/HSV146°15.74%92.16%
CMYK15.74%0.00%8.94%
7.84%

Color #C6EBD6 in popluar number systems.

HEXC6EBD6
Decimal198235214
Binary110001101110101111010110
Octal306353326

Shades and tints

Shades of #C6EBD6

#C6EBD6
(198,235,214)
#B4D6C3
(180,214,195)
#A2C1B0
(162,193,176)
#90AC9D
(144,172,157)
#7E978A
(126,151,138)
#6C8277
(108,130,119)
#5A6D64
(90,109,100)
#485851
(72,88,81)
#36433E
(54,67,62)
#242E2B
(36,46,43)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #C6EBD6

#C6EBD6
(198,235,214)
#CBECD9
(203,236,217)
#D0EDDC
(208,237,220)
#D5EEDF
(213,238,223)
#DAEFE2
(218,239,226)
#DFF0E5
(223,240,229)
#E4F1E8
(228,241,232)
#E9F2EB
(233,242,235)
#EEF3EE
(238,243,238)
#F3F4F1
(243,244,241)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EBD6; }

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

This text font color is #C6EBD6.


Background Color

.myBgColor { background-color: #C6EBD6; }

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

This div background color is #C6EBD6.


Border color

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

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

This div border color is #C6EBD6.


Opacity

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

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

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

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

This text has shadow with #C6EBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EBD6 on black background.


Color preview on white background

This text has color #C6EBD6 on white background.



Black color preview on #C6EBD6 background

This text has black color on #C6EBD6 background.


White color preview on #C6EBD6 background

This text has white color on #C6EBD6 background.