COLOR #C1EDBF

HEX: #C1EDBF
RGB: (193,237,191)

Color info

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

RGB color model

#C1EDBF color RGB value is (193,237,191).

  • red value is 193;
  • green value is 237;
  • blue value is 191.
RGB:
(193,237,191)
(76%,93%,75%)

RGB channels and saturation

R 193 of 255 = 76%
G 237 of 255 = 93%
B 191 of 255 = 75%

193
237
191

R + G + B ~ 81%. #C1EDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 237 + 191 = 621 (100%)
R 193 of 621 ~ 31.08%
G 237 of 621 ~ 38.16%
B 191 of 621 ~ 30.76%

%31.08
%38.16
%30.76

CMYK color model

#C1EDBF color CMYK value is (19,0,19,7).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(19,0,19,7)
C19M0Y19K7 
(19%,0%,19%,7%)
(0.19/0.00/0.19/0.07)	

CMYK percentages

%18.57
%0
%19.41
%7.06

Codes

Color #C1EDBF in popluar color models

C1EDBF
RGB193237191
HSL117°56.10%83.92%
HSB/HSV117°19.41%92.94%
CMYK18.57%0.00%19.41%
7.06%

Color #C1EDBF in popluar number systems.

HEXC1EDBF
Decimal193237191
Binary110000011110110110111111
Octal301355277

Shades and tints

Shades of #C1EDBF

#C1EDBF
(193,237,191)
#B0D8AE
(176,216,174)
#9FC39D
(159,195,157)
#8EAE8C
(142,174,140)
#7D997B
(125,153,123)
#6C846A
(108,132,106)
#5B6F59
(91,111,89)
#4A5A48
(74,90,72)
#394537
(57,69,55)
#283026
(40,48,38)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #C1EDBF

#C1EDBF
(193,237,191)
#C6EEC4
(198,238,196)
#CBEFC9
(203,239,201)
#D0F0CE
(208,240,206)
#D5F1D3
(213,241,211)
#DAF2D8
(218,242,216)
#DFF3DD
(223,243,221)
#E4F4E2
(228,244,226)
#E9F5E7
(233,245,231)
#EEF6EC
(238,246,236)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1EDBF color. Also use rgb(193,237,191) instead hex code.

Text Font Color

.myTextColor { color: #C1EDBF; }

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

This text font color is #C1EDBF.


Background Color

.myBgColor { background-color: #C1EDBF; }

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

This div background color is #C1EDBF.


Border color

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

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

This div border color is #C1EDBF.


Opacity

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

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

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

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

This text has shadow with #C1EDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EDBF on black background.


Color preview on white background

This text has color #C1EDBF on white background.



Black color preview on #C1EDBF background

This text has black color on #C1EDBF background.


White color preview on #C1EDBF background

This text has white color on #C1EDBF background.