COLOR #C1EBA8

HEX: #C1EBA8
RGB: (193,235,168)

Color info

#C1EBA8 contains mainly red and green colors. Web safe color of #C1EBA8 is #CCFF99 (or #CF9).

RGB color model

#C1EBA8 color RGB value is (193,235,168).

  • red value is 193;
  • green value is 235;
  • blue value is 168.
RGB:
(193,235,168)
(76%,92%,66%)

RGB channels and saturation

R 193 of 255 = 76%
G 235 of 255 = 92%
B 168 of 255 = 66%

193
235
168

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

Portions of RGB colors in percentages

R + G + B =
193 + 235 + 168 = 596 (100%)
R 193 of 596 ~ 32.38%
G 235 of 596 ~ 39.43%
B 168 of 596 ~ 28.19%

%32.38
%39.43
%28.19

CMYK color model

#C1EBA8 color CMYK value is (18,0,29,8).

  • cyan value is 17.87%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 7.84%
CMYK:
(18,0,29,8)
C18M0Y29K8 
(18%,0%,29%,8%)
(0.18/0.00/0.29/0.08)	

CMYK percentages

%17.87
%0
%28.51
%7.84

Codes

Color #C1EBA8 in popluar color models

C1EBA8
RGB193235168
HSL98°62.62%79.02%
HSB/HSV98°28.51%92.16%
CMYK17.87%0.00%28.51%
7.84%

Color #C1EBA8 in popluar number systems.

HEXC1EBA8
Decimal193235168
Binary110000011110101110101000
Octal301353250

Shades and tints

Shades of #C1EBA8

#C1EBA8
(193,235,168)
#B0D699
(176,214,153)
#9FC18A
(159,193,138)
#8EAC7B
(142,172,123)
#7D976C
(125,151,108)
#6C825D
(108,130,93)
#5B6D4E
(91,109,78)
#4A583F
(74,88,63)
#394330
(57,67,48)
#282E21
(40,46,33)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #C1EBA8

#C1EBA8
(193,235,168)
#C6ECAF
(198,236,175)
#CBEDB6
(203,237,182)
#D0EEBD
(208,238,189)
#D5EFC4
(213,239,196)
#DAF0CB
(218,240,203)
#DFF1D2
(223,241,210)
#E4F2D9
(228,242,217)
#E9F3E0
(233,243,224)
#EEF4E7
(238,244,231)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1EBA8 color. Also use rgb(193,235,168) instead hex code.

Text Font Color

.myTextColor { color: #C1EBA8; }

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

This text font color is #C1EBA8.


Background Color

.myBgColor { background-color: #C1EBA8; }

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

This div background color is #C1EBA8.


Border color

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

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

This div border color is #C1EBA8.


Opacity

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

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

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

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

This text has shadow with #C1EBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EBA8 on black background.


Color preview on white background

This text has color #C1EBA8 on white background.



Black color preview on #C1EBA8 background

This text has black color on #C1EBA8 background.


White color preview on #C1EBA8 background

This text has white color on #C1EBA8 background.