COLOR #C7EEC1

HEX: #C7EEC1
RGB: (199,238,193)

Color info

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

RGB color model

#C7EEC1 color RGB value is (199,238,193).

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

RGB channels and saturation

R 199 of 255 = 78%
G 238 of 255 = 93%
B 193 of 255 = 76%

199
238
193

R + G + B ~ 82%. #C7EEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 238 + 193 = 630 (100%)
R 199 of 630 ~ 31.59%
G 238 of 630 ~ 37.78%
B 193 of 630 ~ 30.63%

%31.59
%37.78
%30.63

CMYK color model

#C7EEC1 color CMYK value is (16,0,19,7).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 6.67%
CMYK:
(16,0,19,7)
C16M0Y19K7 
(16%,0%,19%,7%)
(0.16/0.00/0.19/0.07)	

CMYK percentages

%16.39
%0
%18.91
%6.67

Codes

Color #C7EEC1 in popluar color models

C7EEC1
RGB199238193
HSL112°56.96%84.51%
HSB/HSV112°18.91%93.33%
CMYK16.39%0.00%18.91%
6.67%

Color #C7EEC1 in popluar number systems.

HEXC7EEC1
Decimal199238193
Binary110001111110111011000001
Octal307356301

Shades and tints

Shades of #C7EEC1

#C7EEC1
(199,238,193)
#B5D9B0
(181,217,176)
#A3C49F
(163,196,159)
#91AF8E
(145,175,142)
#7F9A7D
(127,154,125)
#6D856C
(109,133,108)
#5B705B
(91,112,91)
#495B4A
(73,91,74)
#374639
(55,70,57)
#253128
(37,49,40)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #C7EEC1

#C7EEC1
(199,238,193)
#CCEFC6
(204,239,198)
#D1F0CB
(209,240,203)
#D6F1D0
(214,241,208)
#DBF2D5
(219,242,213)
#E0F3DA
(224,243,218)
#E5F4DF
(229,244,223)
#EAF5E4
(234,245,228)
#EFF6E9
(239,246,233)
#F4F7EE
(244,247,238)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EEC1; }

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

This text font color is #C7EEC1.


Background Color

.myBgColor { background-color: #C7EEC1; }

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

This div background color is #C7EEC1.


Border color

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

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

This div border color is #C7EEC1.


Opacity

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

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

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

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

This text has shadow with #C7EEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EEC1 on black background.


Color preview on white background

This text has color #C7EEC1 on white background.



Black color preview on #C7EEC1 background

This text has black color on #C7EEC1 background.


White color preview on #C7EEC1 background

This text has white color on #C7EEC1 background.