COLOR #C1EAD9

HEX: #C1EAD9
RGB: (193,234,217)

Color info

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

RGB color model

#C1EAD9 color RGB value is (193,234,217).

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

RGB channels and saturation

R 193 of 255 = 76%
G 234 of 255 = 92%
B 217 of 255 = 85%

193
234
217

R + G + B ~ 84%. #C1EAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 234 + 217 = 644 (100%)
R 193 of 644 ~ 29.97%
G 234 of 644 ~ 36.34%
B 217 of 644 ~ 33.7%

%29.97
%36.34
%33.7

CMYK color model

#C1EAD9 color CMYK value is (18,0,7,8).

  • cyan value is 17.52%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 8.24%
CMYK:
(18,0,7,8)
C18M0Y7K8 
(18%,0%,7%,8%)
(0.18/0.00/0.07/0.08)	

CMYK percentages

%17.52
%0
%7.26
%8.24

Codes

Color #C1EAD9 in popluar color models

C1EAD9
RGB193234217
HSL155°49.40%83.73%
HSB/HSV155°17.52%91.76%
CMYK17.52%0.00%7.26%
8.24%

Color #C1EAD9 in popluar number systems.

HEXC1EAD9
Decimal193234217
Binary110000011110101011011001
Octal301352331

Shades and tints

Shades of #C1EAD9

#C1EAD9
(193,234,217)
#B0D5C6
(176,213,198)
#9FC0B3
(159,192,179)
#8EABA0
(142,171,160)
#7D968D
(125,150,141)
#6C817A
(108,129,122)
#5B6C67
(91,108,103)
#4A5754
(74,87,84)
#394241
(57,66,65)
#282D2E
(40,45,46)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #C1EAD9

#C1EAD9
(193,234,217)
#C6EBDC
(198,235,220)
#CBECDF
(203,236,223)
#D0EDE2
(208,237,226)
#D5EEE5
(213,238,229)
#DAEFE8
(218,239,232)
#DFF0EB
(223,240,235)
#E4F1EE
(228,241,238)
#E9F2F1
(233,242,241)
#EEF3F4
(238,243,244)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1EAD9; }

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

This text font color is #C1EAD9.


Background Color

.myBgColor { background-color: #C1EAD9; }

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

This div background color is #C1EAD9.


Border color

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

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

This div border color is #C1EAD9.


Opacity

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

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

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

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

This text has shadow with #C1EAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EAD9 on black background.


Color preview on white background

This text has color #C1EAD9 on white background.



Black color preview on #C1EAD9 background

This text has black color on #C1EAD9 background.


White color preview on #C1EAD9 background

This text has white color on #C1EAD9 background.