COLOR #C1E3AF

HEX: #C1E3AF
RGB: (193,227,175)

Color info

#C1E3AF contains red, green and blue colors in about the same proportion. Web safe color of #C1E3AF is #CCCC99 (or #CC9).

RGB color model

#C1E3AF color RGB value is (193,227,175).

  • red value is 193;
  • green value is 227;
  • blue value is 175.
RGB:
(193,227,175)
(76%,89%,69%)

RGB channels and saturation

R 193 of 255 = 76%
G 227 of 255 = 89%
B 175 of 255 = 69%

193
227
175

R + G + B ~ 78%. #C1E3AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 227 + 175 = 595 (100%)
R 193 of 595 ~ 32.44%
G 227 of 595 ~ 38.15%
B 175 of 595 ~ 29.41%

%32.44
%38.15
%29.41

CMYK color model

#C1E3AF color CMYK value is (15,0,23,11).

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 10.98%
CMYK:
(15,0,23,11)
C15M0Y23K11 
(15%,0%,23%,11%)
(0.15/0.00/0.23/0.11)	

CMYK percentages

%14.98
%0
%22.91
%10.98

Codes

Color #C1E3AF in popluar color models

C1E3AF
RGB193227175
HSL99°48.15%78.82%
HSB/HSV99°22.91%89.02%
CMYK14.98%0.00%22.91%
10.98%

Color #C1E3AF in popluar number systems.

HEXC1E3AF
Decimal193227175
Binary110000011110001110101111
Octal301343257

Shades and tints

Shades of #C1E3AF

#C1E3AF
(193,227,175)
#B0CFA0
(176,207,160)
#9FBB91
(159,187,145)
#8EA782
(142,167,130)
#7D9373
(125,147,115)
#6C7F64
(108,127,100)
#5B6B55
(91,107,85)
#4A5746
(74,87,70)
#394337
(57,67,55)
#282F28
(40,47,40)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #C1E3AF

#C1E3AF
(193,227,175)
#C6E5B6
(198,229,182)
#CBE7BD
(203,231,189)
#D0E9C4
(208,233,196)
#D5EBCB
(213,235,203)
#DAEDD2
(218,237,210)
#DFEFD9
(223,239,217)
#E4F1E0
(228,241,224)
#E9F3E7
(233,243,231)
#EEF5EE
(238,245,238)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E3AF color. Also use rgb(193,227,175) instead hex code.

Text Font Color

.myTextColor { color: #C1E3AF; }

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

This text font color is #C1E3AF.


Background Color

.myBgColor { background-color: #C1E3AF; }

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

This div background color is #C1E3AF.


Border color

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

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

This div border color is #C1E3AF.


Opacity

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

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

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

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

This text has shadow with #C1E3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E3AF on black background.


Color preview on white background

This text has color #C1E3AF on white background.



Black color preview on #C1E3AF background

This text has black color on #C1E3AF background.


White color preview on #C1E3AF background

This text has white color on #C1E3AF background.