COLOR #C1EAC8

HEX: #C1EAC8
RGB: (193,234,200)

Color info

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

RGB color model

#C1EAC8 color RGB value is (193,234,200).

  • red value is 193;
  • green value is 234;
  • blue value is 200.
RGB:
(193,234,200)
(76%,92%,78%)

RGB channels and saturation

R 193 of 255 = 76%
G 234 of 255 = 92%
B 200 of 255 = 78%

193
234
200

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

Portions of RGB colors in percentages

R + G + B =
193 + 234 + 200 = 627 (100%)
R 193 of 627 ~ 30.78%
G 234 of 627 ~ 37.32%
B 200 of 627 ~ 31.9%

%30.78
%37.32
%31.9

CMYK color model

#C1EAC8 color CMYK value is (18,0,15,8).

  • cyan value is 17.52%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 8.24%
CMYK:
(18,0,15,8)
C18M0Y15K8 
(18%,0%,15%,8%)
(0.18/0.00/0.15/0.08)	

CMYK percentages

%17.52
%0
%14.53
%8.24

Codes

Color #C1EAC8 in popluar color models

C1EAC8
RGB193234200
HSL130°49.40%83.73%
HSB/HSV130°17.52%91.76%
CMYK17.52%0.00%14.53%
8.24%

Color #C1EAC8 in popluar number systems.

HEXC1EAC8
Decimal193234200
Binary110000011110101011001000
Octal301352310

Shades and tints

Shades of #C1EAC8

#C1EAC8
(193,234,200)
#B0D5B6
(176,213,182)
#9FC0A4
(159,192,164)
#8EAB92
(142,171,146)
#7D9680
(125,150,128)
#6C816E
(108,129,110)
#5B6C5C
(91,108,92)
#4A574A
(74,87,74)
#394238
(57,66,56)
#282D26
(40,45,38)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #C1EAC8

#C1EAC8
(193,234,200)
#C6EBCD
(198,235,205)
#CBECD2
(203,236,210)
#D0EDD7
(208,237,215)
#D5EEDC
(213,238,220)
#DAEFE1
(218,239,225)
#DFF0E6
(223,240,230)
#E4F1EB
(228,241,235)
#E9F2F0
(233,242,240)
#EEF3F5
(238,243,245)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1EAC8 color. Also use rgb(193,234,200) instead hex code.

Text Font Color

.myTextColor { color: #C1EAC8; }

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

This text font color is #C1EAC8.


Background Color

.myBgColor { background-color: #C1EAC8; }

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

This div background color is #C1EAC8.


Border color

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

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

This div border color is #C1EAC8.


Opacity

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

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

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

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

This text has shadow with #C1EAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EAC8 on black background.


Color preview on white background

This text has color #C1EAC8 on white background.



Black color preview on #C1EAC8 background

This text has black color on #C1EAC8 background.


White color preview on #C1EAC8 background

This text has white color on #C1EAC8 background.