COLOR #C1EDB0

HEX: #C1EDB0 RGB: (193,237,176)

Color info

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

RGB color model

#C1EDB0 color RGB value is (193,237,176).

RGB: (193,237,176) (76%, 93%, 69%)

RGB channels and saturation

R 193 of 255 = 76%
G 237 of 255 = 93%
B 176 of 255 = 69%

193
237
176

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

Portions of RGB colors in percentages

R + G + B = 193 + 237 + 176 = 606 (100%)
R 193 of 606 ~ 31.85%
G 237 of 606 ~ 39.11%
B 176 of 606 ~ 29.04'%

%31.85
%39.11
%29.04

CMYK color model

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

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 7.06%

CMYK: (19,0,26,7)
C19M0Y26K7 (19%, 0%, 26%, 7%)
(0.19 / 0.00 / 0.26 / 0.07)

CMYK percentages

%18.57
%0
%25.74
%7.06

Codes

Color #C1EDB0 in popluar color models

C1 ED B0
RGB 193 237 176
HSL 103° 62.89% 80.98%
HSB/HSV 103° 25.74% 92.94%
CMYK 18.57% 0.00% 25.74%
7.06%

Color #C1EDB0 in popluar number systems.

HEX C1 ED B0
Decimal 193 237 176
Binary 11000001 11101101 10110000
Octal 301 355 260

Shades and tints

Shades of #C1EDB0

#C1EDB0
(193,237,176)
#B0D8A0
(176,216,160)
#9FC390
(159,195,144)
#8EAE80
(142,174,128)
#7D9970
(125,153,112)
#6C8460
(108,132,96)
#5B6F50
(91,111,80)
#4A5A40
(74,90,64)
#394530
(57,69,48)
#283020
(40,48,32)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #C1EDB0

#C1EDB0
(193,237,176)
#C6EEB7
(198,238,183)
#CBEFBE
(203,239,190)
#D0F0C5
(208,240,197)
#D5F1CC
(213,241,204)
#DAF2D3
(218,242,211)
#DFF3DA
(223,243,218)
#E4F4E1
(228,244,225)
#E9F5E8
(233,245,232)
#EEF6EF
(238,246,239)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1EDB0; }

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

This text font color is #C1EDB0.

Background Color

.myBgColor { background-color: #C1EDB0; }

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

This div background color is #C1EDB0.

Border color

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

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

This div border color is #C1EDB0.

Opacity

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

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

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

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

This text has shadow with #C1EDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1EDB0.

Preview

Color preview on black background

This text has color #C1EDB0 on black background.


Color preview on white background

This text has color #C1EDB0 on white background.


Black color preview on #C1EDB0 background

This text has black color on #C1EDB0 background.


White color preview on #C1EDB0 background

This text has white color on #C1EDB0 background.


Related colors

Complementary color

Complementary color for #hex is #3E124F.


I love getcolorcode.com

Triadic colors

1 #B0C1ED and #EDB0C1 with #C1EDB0 are triadic colors.

2 #B0EDC1 and #EDC1B0 with #C1EDB0 are triadic colors.