COLOR #C7F7EE

HEX: #C7F7EE
RGB: (199,247,238)

Color info

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

RGB color model

#C7F7EE color RGB value is (199,247,238).

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

RGB channels and saturation

R 199 of 255 = 78%
G 247 of 255 = 97%
B 238 of 255 = 93%

199
247
238

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

Portions of RGB colors in percentages

R + G + B =
199 + 247 + 238 = 684 (100%)
R 199 of 684 ~ 29.09%
G 247 of 684 ~ 36.11%
B 238 of 684 ~ 34.8%

%29.09
%36.11
%34.8

CMYK color model

#C7F7EE color CMYK value is (19,0,4,3).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 3.14%
CMYK:
(19,0,4,3)
C19M0Y4K3 
(19%,0%,4%,3%)
(0.19/0.00/0.04/0.03)	

CMYK percentages

%19.43
%0
%3.64
%3.14

Codes

Color #C7F7EE in popluar color models

C7F7EE
RGB199247238
HSL169°75.00%87.45%
HSB/HSV169°19.43%96.86%
CMYK19.43%0.00%3.64%
3.14%

Color #C7F7EE in popluar number systems.

HEXC7F7EE
Decimal199247238
Binary110001111111011111101110
Octal307367356

Shades and tints

Shades of #C7F7EE

#C7F7EE
(199,247,238)
#B5E1D9
(181,225,217)
#A3CBC4
(163,203,196)
#91B5AF
(145,181,175)
#7F9F9A
(127,159,154)
#6D8985
(109,137,133)
#5B7370
(91,115,112)
#495D5B
(73,93,91)
#374746
(55,71,70)
#253131
(37,49,49)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #C7F7EE

#C7F7EE
(199,247,238)
#CCF7EF
(204,247,239)
#D1F7F0
(209,247,240)
#D6F7F1
(214,247,241)
#DBF7F2
(219,247,242)
#E0F7F3
(224,247,243)
#E5F7F4
(229,247,244)
#EAF7F5
(234,247,245)
#EFF7F6
(239,247,246)
#F4F7F7
(244,247,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F7EE; }

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

This text font color is #C7F7EE.


Background Color

.myBgColor { background-color: #C7F7EE; }

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

This div background color is #C7F7EE.


Border color

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

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

This div border color is #C7F7EE.


Opacity

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

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

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

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

This text has shadow with #C7F7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F7EE on black background.


Color preview on white background

This text has color #C7F7EE on white background.



Black color preview on #C7F7EE background

This text has black color on #C7F7EE background.


White color preview on #C7F7EE background

This text has white color on #C7F7EE background.