COLOR #C1EBAD

HEX: #C1EBAD
RGB: (193,235,173)

Color info

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

RGB color model

#C1EBAD color RGB value is (193,235,173).

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

RGB channels and saturation

R 193 of 255 = 76%
G 235 of 255 = 92%
B 173 of 255 = 68%

193
235
173

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

Portions of RGB colors in percentages

R + G + B =
193 + 235 + 173 = 601 (100%)
R 193 of 601 ~ 32.11%
G 235 of 601 ~ 39.1%
B 173 of 601 ~ 28.79%

%32.11
%39.1
%28.79

CMYK color model

#C1EBAD color CMYK value is (18,0,26,8).

  • cyan value is 17.87%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 7.84%
CMYK:
(18,0,26,8)
C18M0Y26K8 
(18%,0%,26%,8%)
(0.18/0.00/0.26/0.08)	

CMYK percentages

%17.87
%0
%26.38
%7.84

Codes

Color #C1EBAD in popluar color models

C1EBAD
RGB193235173
HSL101°60.78%80.00%
HSB/HSV101°26.38%92.16%
CMYK17.87%0.00%26.38%
7.84%

Color #C1EBAD in popluar number systems.

HEXC1EBAD
Decimal193235173
Binary110000011110101110101101
Octal301353255

Shades and tints

Shades of #C1EBAD

#C1EBAD
(193,235,173)
#B0D69E
(176,214,158)
#9FC18F
(159,193,143)
#8EAC80
(142,172,128)
#7D9771
(125,151,113)
#6C8262
(108,130,98)
#5B6D53
(91,109,83)
#4A5844
(74,88,68)
#394335
(57,67,53)
#282E26
(40,46,38)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #C1EBAD

#C1EBAD
(193,235,173)
#C6ECB4
(198,236,180)
#CBEDBB
(203,237,187)
#D0EEC2
(208,238,194)
#D5EFC9
(213,239,201)
#DAF0D0
(218,240,208)
#DFF1D7
(223,241,215)
#E4F2DE
(228,242,222)
#E9F3E5
(233,243,229)
#EEF4EC
(238,244,236)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1EBAD; }

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

This text font color is #C1EBAD.


Background Color

.myBgColor { background-color: #C1EBAD; }

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

This div background color is #C1EBAD.


Border color

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

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

This div border color is #C1EBAD.


Opacity

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

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

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

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

This text has shadow with #C1EBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EBAD on black background.


Color preview on white background

This text has color #C1EBAD on white background.



Black color preview on #C1EBAD background

This text has black color on #C1EBAD background.


White color preview on #C1EBAD background

This text has white color on #C1EBAD background.