COLOR #C1E4B6

HEX: #C1E4B6
RGB: (193,228,182)

Color info

#C1E4B6 contains red, green and blue colors in about the same proportion. Web safe color of #C1E4B6 is #CCCCCC (or #CCC).

RGB color model

#C1E4B6 color RGB value is (193,228,182).

  • red value is 193;
  • green value is 228;
  • blue value is 182.
RGB: (193,228,182) (76%,89%,71%)

RGB channels and saturation

R 193 of 255 = 76%
G 228 of 255 = 89%
B 182 of 255 = 71%

193
228
182

R + G + B ~ 79%. #C1E4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 228 + 182 = 603 (100%)
R 193 of 603 ~ 32.01%
G 228 of 603 ~ 37.81%
B 182 of 603 ~ 30.18%

%32.01
%37.81
%30.18

CMYK color model

#C1E4B6 color CMYK value is (15,0,20,11).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 10.59%
CMYK: (15,0,20,11) C15M0Y20K11 (15%,0%,20%,11%) (0.15/0.00/0.20/0.11)

CMYK percentages

%15.35
%0
%20.18
%10.59

Codes

Color #C1E4B6 in popluar color models

C1E4B6
RGB193228182
HSL106°46.00%80.39%
HSB/HSV106°20.18%89.41%
CMYK15.35%0.00%20.18%
10.59%

Color #C1E4B6 in popluar number systems.

HEXC1E4B6
Decimal193228182
Binary110000011110010010110110
Octal301344266

Shades and tints

Shades of #C1E4B6

#C1E4B6
(193,228,182)
#B0D0A6
(176,208,166)
#9FBC96
(159,188,150)
#8EA886
(142,168,134)
#7D9476
(125,148,118)
#6C8066
(108,128,102)
#5B6C56
(91,108,86)
#4A5846
(74,88,70)
#394436
(57,68,54)
#283026
(40,48,38)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #C1E4B6

#C1E4B6
(193,228,182)
#C6E6BC
(198,230,188)
#CBE8C2
(203,232,194)
#D0EAC8
(208,234,200)
#D5ECCE
(213,236,206)
#DAEED4
(218,238,212)
#DFF0DA
(223,240,218)
#E4F2E0
(228,242,224)
#E9F4E6
(233,244,230)
#EEF6EC
(238,246,236)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E4B6 color. Also use rgb(193,228,182) instead hex code.

Text Font Color

.myTextColor { color: #C1E4B6; }

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

This text font color is #C1E4B6.


Background Color

.myBgColor { background-color: #C1E4B6; }

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

This div background color is #C1E4B6.


Border color

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

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

This div border color is #C1E4B6.


Opacity

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

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

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

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

This text has shadow with #C1E4B6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C1E4B6 on black background.


Color preview on white background

This text has color #C1E4B6 on white background.



Black color preview on #C1E4B6 background

This text has black color on #C1E4B6 background.


White color preview on #C1E4B6 background

This text has white color on #C1E4B6 background.