COLOR #C6EBE8

HEX: #C6EBE8
RGB: (198,235,232)

Color info

#C6EBE8 contains red, green and blue colors in about the same proportion. Web safe color of #C6EBE8 is #CCFFFF (or #CFF).

RGB color model

#C6EBE8 color RGB value is (198,235,232).

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

RGB channels and saturation

R 198 of 255 = 78%
G 235 of 255 = 92%
B 232 of 255 = 91%

198
235
232

R + G + B ~ 87%. #C6EBE8 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 235 + 232 = 665 (100%)
R 198 of 665 ~ 29.77%
G 235 of 665 ~ 35.34%
B 232 of 665 ~ 34.89%

%29.77
%35.34
%34.89

CMYK color model

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

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(16,0,1,8)
C16M0Y1K8 
(16%,0%,1%,8%)
(0.16/0.00/0.01/0.08)	

CMYK percentages

%15.74
%0
%1.28
%7.84

Codes

Color #C6EBE8 in popluar color models

C6EBE8
RGB198235232
HSL175°48.05%84.90%
HSB/HSV175°15.74%92.16%
CMYK15.74%0.00%1.28%
7.84%

Color #C6EBE8 in popluar number systems.

HEXC6EBE8
Decimal198235232
Binary110001101110101111101000
Octal306353350

Shades and tints

Shades of #C6EBE8

#C6EBE8
(198,235,232)
#B4D6D3
(180,214,211)
#A2C1BE
(162,193,190)
#90ACA9
(144,172,169)
#7E9794
(126,151,148)
#6C827F
(108,130,127)
#5A6D6A
(90,109,106)
#485855
(72,88,85)
#364340
(54,67,64)
#242E2B
(36,46,43)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #C6EBE8

#C6EBE8
(198,235,232)
#CBECEA
(203,236,234)
#D0EDEC
(208,237,236)
#D5EEEE
(213,238,238)
#DAEFF0
(218,239,240)
#DFF0F2
(223,240,242)
#E4F1F4
(228,241,244)
#E9F2F6
(233,242,246)
#EEF3F8
(238,243,248)
#F3F4FA
(243,244,250)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EBE8; }

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

This text font color is #C6EBE8.


Background Color

.myBgColor { background-color: #C6EBE8; }

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

This div background color is #C6EBE8.


Border color

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

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

This div border color is #C6EBE8.


Opacity

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

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

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

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

This text has shadow with #C6EBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EBE8 on black background.


Color preview on white background

This text has color #C6EBE8 on white background.



Black color preview on #C6EBE8 background

This text has black color on #C6EBE8 background.


White color preview on #C6EBE8 background

This text has white color on #C6EBE8 background.