COLOR #C6EBE0

HEX: #C6EBE0
RGB: (198,235,224)

Color info

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

RGB color model

#C6EBE0 color RGB value is (198,235,224).

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

RGB channels and saturation

R 198 of 255 = 78%
G 235 of 255 = 92%
B 224 of 255 = 88%

198
235
224

R + G + B ~ 86%. #C6EBE0 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 235 + 224 = 657 (100%)
R 198 of 657 ~ 30.14%
G 235 of 657 ~ 35.77%
B 224 of 657 ~ 34.09%

%30.14
%35.77
%34.09

CMYK color model

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

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • key color value is 7.84%
CMYK:
(16,0,5,8)
C16M0Y5K8 
(16%,0%,5%,8%)
(0.16/0.00/0.05/0.08)	

CMYK percentages

%15.74
%0
%4.68
%7.84

Codes

Color #C6EBE0 in popluar color models

C6EBE0
RGB198235224
HSL162°48.05%84.90%
HSB/HSV162°15.74%92.16%
CMYK15.74%0.00%4.68%
7.84%

Color #C6EBE0 in popluar number systems.

HEXC6EBE0
Decimal198235224
Binary110001101110101111100000
Octal306353340

Shades and tints

Shades of #C6EBE0

#C6EBE0
(198,235,224)
#B4D6CC
(180,214,204)
#A2C1B8
(162,193,184)
#90ACA4
(144,172,164)
#7E9790
(126,151,144)
#6C827C
(108,130,124)
#5A6D68
(90,109,104)
#485854
(72,88,84)
#364340
(54,67,64)
#242E2C
(36,46,44)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #C6EBE0

#C6EBE0
(198,235,224)
#CBECE2
(203,236,226)
#D0EDE4
(208,237,228)
#D5EEE6
(213,238,230)
#DAEFE8
(218,239,232)
#DFF0EA
(223,240,234)
#E4F1EC
(228,241,236)
#E9F2EE
(233,242,238)
#EEF3F0
(238,243,240)
#F3F4F2
(243,244,242)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EBE0; }

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

This text font color is #C6EBE0.


Background Color

.myBgColor { background-color: #C6EBE0; }

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

This div background color is #C6EBE0.


Border color

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

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

This div border color is #C6EBE0.


Opacity

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

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

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

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

This text has shadow with #C6EBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EBE0 on black background.


Color preview on white background

This text has color #C6EBE0 on white background.



Black color preview on #C6EBE0 background

This text has black color on #C6EBE0 background.


White color preview on #C6EBE0 background

This text has white color on #C6EBE0 background.