COLOR #C7F6EA

HEX: #C7F6EA RGB: (199,246,234)

Color info

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

RGB color model

#C7F6EA color RGB value is (199,246,234).

RGB: (199,246,234) (78%, 96%, 92%)

RGB channels and saturation

R 199 of 255 = 78%
G 246 of 255 = 96%
B 234 of 255 = 92%

199
246
234

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

Portions of RGB colors in percentages

R + G + B = 199 + 246 + 234 = 679 (100%)
R 199 of 679 ~ 29.31%
G 246 of 679 ~ 36.23%
B 234 of 679 ~ 34.46'%

%29.31
%36.23
%34.46

CMYK color model

#C7F6EA color CMYK value is (19,0,5,4).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 3.53%

CMYK: (19,0,5,4)
C19M0Y5K4 (19%, 0%, 5%, 4%)
(0.19 / 0.00 / 0.05 / 0.04)

CMYK percentages

%19.11
%0
%4.88
%3.53

Codes

Color #C7F6EA in popluar color models

C7 F6 EA
RGB 199 246 234
HSL 165° 72.31% 87.25%
HSB/HSV 165° 19.11% 96.47%
CMYK 19.11% 0.00% 4.88%
3.53%

Color #C7F6EA in popluar number systems.

HEX C7 F6 EA
Decimal 199 246 234
Binary 11000111 11110110 11101010
Octal 307 366 352

Shades and tints

Shades of #C7F6EA

#C7F6EA
(199,246,234)
#B5E0D5
(181,224,213)
#A3CAC0
(163,202,192)
#91B4AB
(145,180,171)
#7F9E96
(127,158,150)
#6D8881
(109,136,129)
#5B726C
(91,114,108)
#495C57
(73,92,87)
#374642
(55,70,66)
#25302D
(37,48,45)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #C7F6EA

#C7F6EA
(199,246,234)
#CCF6EB
(204,246,235)
#D1F6EC
(209,246,236)
#D6F6ED
(214,246,237)
#DBF6EE
(219,246,238)
#E0F6EF
(224,246,239)
#E5F6F0
(229,246,240)
#EAF6F1
(234,246,241)
#EFF6F2
(239,246,242)
#F4F6F3
(244,246,243)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F6EA color. Also use rgb(199,246,234) instead hex code.

Text Font Color

.myTextColor { color: #C7F6EA; }

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

This text font color is #C7F6EA.

Background Color

.myBgColor { background-color: #C7F6EA; }

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

This div background color is #C7F6EA.

Border color

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

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

This div border color is #C7F6EA.

Opacity

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

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

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

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

This text has shadow with #C7F6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F6EA.

Preview

Color preview on black background

This text has color #C7F6EA on black background.


Color preview on white background

This text has color #C7F6EA on white background.


Black color preview on #C7F6EA background

This text has black color on #C7F6EA background.


White color preview on #C7F6EA background

This text has white color on #C7F6EA background.


Related colors

Complementary color

Complementary color for #hex is #380915.


I love getcolorcode.com

Triadic colors

1 #EAC7F6 and #F6EAC7 with #C7F6EA are triadic colors.

2 #EAF6C7 and #F6C7EA with #C7F6EA are triadic colors.