COLOR #C7F7EB

HEX: #C7F7EB
RGB: (199,247,235)

Color info

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

RGB color model

#C7F7EB color RGB value is (199,247,235).

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

RGB channels and saturation

R 199 of 255 = 78%
G 247 of 255 = 97%
B 235 of 255 = 92%

199
247
235

R + G + B ~ 89%. #C7F7EB is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 247 + 235 = 681 (100%)
R 199 of 681 ~ 29.22%
G 247 of 681 ~ 36.27%
B 235 of 681 ~ 34.51%

%29.22
%36.27
%34.51

CMYK color model

#C7F7EB color CMYK value is (19,0,5,3).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(19,0,5,3)
C19M0Y5K3 
(19%,0%,5%,3%)
(0.19/0.00/0.05/0.03)	

CMYK percentages

%19.43
%0
%4.86
%3.14

Codes

Color #C7F7EB in popluar color models

C7F7EB
RGB199247235
HSL165°75.00%87.45%
HSB/HSV165°19.43%96.86%
CMYK19.43%0.00%4.86%
3.14%

Color #C7F7EB in popluar number systems.

HEXC7F7EB
Decimal199247235
Binary110001111111011111101011
Octal307367353

Shades and tints

Shades of #C7F7EB

#C7F7EB
(199,247,235)
#B5E1D6
(181,225,214)
#A3CBC1
(163,203,193)
#91B5AC
(145,181,172)
#7F9F97
(127,159,151)
#6D8982
(109,137,130)
#5B736D
(91,115,109)
#495D58
(73,93,88)
#374743
(55,71,67)
#25312E
(37,49,46)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #C7F7EB

#C7F7EB
(199,247,235)
#CCF7EC
(204,247,236)
#D1F7ED
(209,247,237)
#D6F7EE
(214,247,238)
#DBF7EF
(219,247,239)
#E0F7F0
(224,247,240)
#E5F7F1
(229,247,241)
#EAF7F2
(234,247,242)
#EFF7F3
(239,247,243)
#F4F7F4
(244,247,244)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F7EB; }

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

This text font color is #C7F7EB.


Background Color

.myBgColor { background-color: #C7F7EB; }

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

This div background color is #C7F7EB.


Border color

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

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

This div border color is #C7F7EB.


Opacity

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

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

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

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

This text has shadow with #C7F7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F7EB on black background.


Color preview on white background

This text has color #C7F7EB on white background.



Black color preview on #C7F7EB background

This text has black color on #C7F7EB background.


White color preview on #C7F7EB background

This text has white color on #C7F7EB background.