COLOR #C8EBE3

HEX: #C8EBE3
RGB: (200,235,227)

Color info

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

RGB color model

#C8EBE3 color RGB value is (200,235,227).

  • red value is 200;
  • green value is 235;
  • blue value is 227.
RGB:
(200,235,227)
(78%,92%,89%)

RGB channels and saturation

R 200 of 255 = 78%
G 235 of 255 = 92%
B 227 of 255 = 89%

200
235
227

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

Portions of RGB colors in percentages

R + G + B =
200 + 235 + 227 = 662 (100%)
R 200 of 662 ~ 30.21%
G 235 of 662 ~ 35.5%
B 227 of 662 ~ 34.29%

%30.21
%35.5
%34.29

CMYK color model

#C8EBE3 color CMYK value is (15,0,3,8).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 7.84%
CMYK:
(15,0,3,8)
C15M0Y3K8 
(15%,0%,3%,8%)
(0.15/0.00/0.03/0.08)	

CMYK percentages

%14.89
%0
%3.4
%7.84

Codes

Color #C8EBE3 in popluar color models

C8EBE3
RGB200235227
HSL166°46.67%85.29%
HSB/HSV166°14.89%92.16%
CMYK14.89%0.00%3.40%
7.84%

Color #C8EBE3 in popluar number systems.

HEXC8EBE3
Decimal200235227
Binary110010001110101111100011
Octal310353343

Shades and tints

Shades of #C8EBE3

#C8EBE3
(200,235,227)
#B6D6CF
(182,214,207)
#A4C1BB
(164,193,187)
#92ACA7
(146,172,167)
#809793
(128,151,147)
#6E827F
(110,130,127)
#5C6D6B
(92,109,107)
#4A5857
(74,88,87)
#384343
(56,67,67)
#262E2F
(38,46,47)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #C8EBE3

#C8EBE3
(200,235,227)
#CDECE5
(205,236,229)
#D2EDE7
(210,237,231)
#D7EEE9
(215,238,233)
#DCEFEB
(220,239,235)
#E1F0ED
(225,240,237)
#E6F1EF
(230,241,239)
#EBF2F1
(235,242,241)
#F0F3F3
(240,243,243)
#F5F4F5
(245,244,245)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8EBE3 color. Also use rgb(200,235,227) instead hex code.

Text Font Color

.myTextColor { color: #C8EBE3; }

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

This text font color is #C8EBE3.


Background Color

.myBgColor { background-color: #C8EBE3; }

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

This div background color is #C8EBE3.


Border color

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

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

This div border color is #C8EBE3.


Opacity

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

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

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

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

This text has shadow with #C8EBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EBE3 on black background.


Color preview on white background

This text has color #C8EBE3 on white background.



Black color preview on #C8EBE3 background

This text has black color on #C8EBE3 background.


White color preview on #C8EBE3 background

This text has white color on #C8EBE3 background.