COLOR #C1E7CC

HEX: #C1E7CC RGB: (193,231,204)

Color info

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

RGB color model

#C1E7CC color RGB value is (193,231,204).

RGB: (193,231,204) (76%, 91%, 80%)

RGB channels and saturation

R 193 of 255 = 76%
G 231 of 255 = 91%
B 204 of 255 = 80%

193
231
204

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

Portions of RGB colors in percentages

R + G + B = 193 + 231 + 204 = 628 (100%)
R 193 of 628 ~ 30.73%
G 231 of 628 ~ 36.78%
B 204 of 628 ~ 32.48'%

%30.73
%36.78
%32.48

CMYK color model

#C1E7CC color CMYK value is (16,0,12,9).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 9.41%

CMYK: (16,0,12,9)
C16M0Y12K9 (16%, 0%, 12%, 9%)
(0.16 / 0.00 / 0.12 / 0.09)

CMYK percentages

%16.45
%0
%11.69
%9.41

Codes

Color #C1E7CC in popluar color models

C1 E7 CC
RGB 193 231 204
HSL 137° 44.19% 83.14%
HSB/HSV 137° 16.45% 90.59%
CMYK 16.45% 0.00% 11.69%
9.41%

Color #C1E7CC in popluar number systems.

HEX C1 E7 CC
Decimal 193 231 204
Binary 11000001 11100111 11001100
Octal 301 347 314

Shades and tints

Shades of #C1E7CC

#C1E7CC
(193,231,204)
#B0D2BA
(176,210,186)
#9FBDA8
(159,189,168)
#8EA896
(142,168,150)
#7D9384
(125,147,132)
#6C7E72
(108,126,114)
#5B6960
(91,105,96)
#4A544E
(74,84,78)
#393F3C
(57,63,60)
#282A2A
(40,42,42)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #C1E7CC

#C1E7CC
(193,231,204)
#C6E9D0
(198,233,208)
#CBEBD4
(203,235,212)
#D0EDD8
(208,237,216)
#D5EFDC
(213,239,220)
#DAF1E0
(218,241,224)
#DFF3E4
(223,243,228)
#E4F5E8
(228,245,232)
#E9F7EC
(233,247,236)
#EEF9F0
(238,249,240)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E7CC color. Also use rgb(193,231,204) instead hex code.

Text Font Color

.myTextColor { color: #C1E7CC; }

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

This text font color is #C1E7CC.

Background Color

.myBgColor { background-color: #C1E7CC; }

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

This div background color is #C1E7CC.

Border color

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

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

This div border color is #C1E7CC.

Opacity

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

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

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

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

This text has shadow with #C1E7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1E7CC.

Preview

Color preview on black background

This text has color #C1E7CC on black background.


Color preview on white background

This text has color #C1E7CC on white background.


Black color preview on #C1E7CC background

This text has black color on #C1E7CC background.


White color preview on #C1E7CC background

This text has white color on #C1E7CC background.


Related colors

Complementary color

Complementary color for #hex is #3E1833.


I love getcolorcode.com

Triadic colors

1 #CCC1E7 and #E7CCC1 with #C1E7CC are triadic colors.

2 #CCE7C1 and #E7C1CC with #C1E7CC are triadic colors.