COLOR #C7F7DB

HEX: #C7F7DB
RGB: (199,247,219)

Color info

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

RGB color model

#C7F7DB color RGB value is (199,247,219).

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

RGB channels and saturation

R 199 of 255 = 78%
G 247 of 255 = 97%
B 219 of 255 = 86%

199
247
219

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

Portions of RGB colors in percentages

R + G + B =
199 + 247 + 219 = 665 (100%)
R 199 of 665 ~ 29.92%
G 247 of 665 ~ 37.14%
B 219 of 665 ~ 32.93%

%29.92
%37.14
%32.93

CMYK color model

#C7F7DB color CMYK value is (19,0,11,3).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(19,0,11,3)
C19M0Y11K3 
(19%,0%,11%,3%)
(0.19/0.00/0.11/0.03)	

CMYK percentages

%19.43
%0
%11.34
%3.14

Codes

Color #C7F7DB in popluar color models

C7F7DB
RGB199247219
HSL145°75.00%87.45%
HSB/HSV145°19.43%96.86%
CMYK19.43%0.00%11.34%
3.14%

Color #C7F7DB in popluar number systems.

HEXC7F7DB
Decimal199247219
Binary110001111111011111011011
Octal307367333

Shades and tints

Shades of #C7F7DB

#C7F7DB
(199,247,219)
#B5E1C8
(181,225,200)
#A3CBB5
(163,203,181)
#91B5A2
(145,181,162)
#7F9F8F
(127,159,143)
#6D897C
(109,137,124)
#5B7369
(91,115,105)
#495D56
(73,93,86)
#374743
(55,71,67)
#253130
(37,49,48)
#131B1D
(19,27,29)
#000000
(0,0,0)

Tints of #C7F7DB

#C7F7DB
(199,247,219)
#CCF7DE
(204,247,222)
#D1F7E1
(209,247,225)
#D6F7E4
(214,247,228)
#DBF7E7
(219,247,231)
#E0F7EA
(224,247,234)
#E5F7ED
(229,247,237)
#EAF7F0
(234,247,240)
#EFF7F3
(239,247,243)
#F4F7F6
(244,247,246)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F7DB; }

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

This text font color is #C7F7DB.


Background Color

.myBgColor { background-color: #C7F7DB; }

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

This div background color is #C7F7DB.


Border color

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

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

This div border color is #C7F7DB.


Opacity

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

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

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

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

This text has shadow with #C7F7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F7DB on black background.


Color preview on white background

This text has color #C7F7DB on white background.



Black color preview on #C7F7DB background

This text has black color on #C7F7DB background.


White color preview on #C7F7DB background

This text has white color on #C7F7DB background.