COLOR #C7E9EB

HEX: #C7E9EB
RGB: (199,233,235)

Color info

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

RGB color model

#C7E9EB color RGB value is (199,233,235).

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

RGB channels and saturation

R 199 of 255 = 78%
G 233 of 255 = 91%
B 235 of 255 = 92%

199
233
235

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

Portions of RGB colors in percentages

R + G + B =
199 + 233 + 235 = 667 (100%)
R 199 of 667 ~ 29.84%
G 233 of 667 ~ 34.93%
B 235 of 667 ~ 35.23%

%29.84
%34.93
%35.23

CMYK color model

#C7E9EB color CMYK value is (15,1,0,8).

  • cyan value is 15.32%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(15,1,0,8)
C15M1Y0K8 
(15%,1%,0%,8%)
(0.15/0.01/0.00/0.08)	

CMYK percentages

%15.32
%0.85
%0
%7.84

Codes

Color #C7E9EB in popluar color models

C7E9EB
RGB199233235
HSL183°47.37%85.10%
HSB/HSV183°15.32%92.16%
CMYK15.32%0.85%0.00%
7.84%

Color #C7E9EB in popluar number systems.

HEXC7E9EB
Decimal199233235
Binary110001111110100111101011
Octal307351353

Shades and tints

Shades of #C7E9EB

#C7E9EB
(199,233,235)
#B5D4D6
(181,212,214)
#A3BFC1
(163,191,193)
#91AAAC
(145,170,172)
#7F9597
(127,149,151)
#6D8082
(109,128,130)
#5B6B6D
(91,107,109)
#495658
(73,86,88)
#374143
(55,65,67)
#252C2E
(37,44,46)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #C7E9EB

#C7E9EB
(199,233,235)
#CCEBEC
(204,235,236)
#D1EDED
(209,237,237)
#D6EFEE
(214,239,238)
#DBF1EF
(219,241,239)
#E0F3F0
(224,243,240)
#E5F5F1
(229,245,241)
#EAF7F2
(234,247,242)
#EFF9F3
(239,249,243)
#F4FBF4
(244,251,244)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E9EB color. Also use rgb(199,233,235) instead hex code.

Text Font Color

.myTextColor { color: #C7E9EB; }

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

This text font color is #C7E9EB.


Background Color

.myBgColor { background-color: #C7E9EB; }

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

This div background color is #C7E9EB.


Border color

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

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

This div border color is #C7E9EB.


Opacity

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

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

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

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

This text has shadow with #C7E9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E9EB on black background.


Color preview on white background

This text has color #C7E9EB on white background.



Black color preview on #C7E9EB background

This text has black color on #C7E9EB background.


White color preview on #C7E9EB background

This text has white color on #C7E9EB background.