COLOR #C7EACC

HEX: #C7EACC
RGB: (199,234,204)

Color info

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

RGB color model

#C7EACC color RGB value is (199,234,204).

  • red value is 199;
  • green value is 234;
  • blue value is 204.
RGB:
(199,234,204)
(78%,92%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 234 of 255 = 92%
B 204 of 255 = 80%

199
234
204

R + G + B ~ 83%. #C7EACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 234 + 204 = 637 (100%)
R 199 of 637 ~ 31.24%
G 234 of 637 ~ 36.73%
B 204 of 637 ~ 32.03%

%31.24
%36.73
%32.03

CMYK color model

#C7EACC color CMYK value is (15,0,13,8).

  • cyan value is 14.96%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 8.24%
CMYK:
(15,0,13,8)
C15M0Y13K8 
(15%,0%,13%,8%)
(0.15/0.00/0.13/0.08)	

CMYK percentages

%14.96
%0
%12.82
%8.24

Codes

Color #C7EACC in popluar color models

C7EACC
RGB199234204
HSL129°45.45%84.90%
HSB/HSV129°14.96%91.76%
CMYK14.96%0.00%12.82%
8.24%

Color #C7EACC in popluar number systems.

HEXC7EACC
Decimal199234204
Binary110001111110101011001100
Octal307352314

Shades and tints

Shades of #C7EACC

#C7EACC
(199,234,204)
#B5D5BA
(181,213,186)
#A3C0A8
(163,192,168)
#91AB96
(145,171,150)
#7F9684
(127,150,132)
#6D8172
(109,129,114)
#5B6C60
(91,108,96)
#49574E
(73,87,78)
#37423C
(55,66,60)
#252D2A
(37,45,42)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7EACC

#C7EACC
(199,234,204)
#CCEBD0
(204,235,208)
#D1ECD4
(209,236,212)
#D6EDD8
(214,237,216)
#DBEEDC
(219,238,220)
#E0EFE0
(224,239,224)
#E5F0E4
(229,240,228)
#EAF1E8
(234,241,232)
#EFF2EC
(239,242,236)
#F4F3F0
(244,243,240)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EACC; }

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

This text font color is #C7EACC.


Background Color

.myBgColor { background-color: #C7EACC; }

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

This div background color is #C7EACC.


Border color

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

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

This div border color is #C7EACC.


Opacity

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

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

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

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

This text has shadow with #C7EACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EACC on black background.


Color preview on white background

This text has color #C7EACC on white background.



Black color preview on #C7EACC background

This text has black color on #C7EACC background.


White color preview on #C7EACC background

This text has white color on #C7EACC background.