COLOR #C5EFBD

HEX: #C5EFBD RGB: (197,239,189)

Color info

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

RGB color model

#C5EFBD color RGB value is (197,239,189).

RGB: (197,239,189) (77%, 94%, 74%)

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 189 of 255 = 74%

197
239
189

R + G + B ~ 82%. #C5EFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 239 + 189 = 625 (100%)
R 197 of 625 ~ 31.52%
G 239 of 625 ~ 38.24%
B 189 of 625 ~ 30.24'%

%31.52
%38.24
%30.24

CMYK color model

#C5EFBD color CMYK value is (18,0,21,6).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 6.27%

CMYK: (18,0,21,6)
C18M0Y21K6 (18%, 0%, 21%, 6%)
(0.18 / 0.00 / 0.21 / 0.06)

CMYK percentages

%17.57
%0
%20.92
%6.27

Codes

Color #C5EFBD in popluar color models

C5 EF BD
RGB 197 239 189
HSL 110° 60.98% 83.92%
HSB/HSV 110° 20.92% 93.73%
CMYK 17.57% 0.00% 20.92%
6.27%

Color #C5EFBD in popluar number systems.

HEX C5 EF BD
Decimal 197 239 189
Binary 11000101 11101111 10111101
Octal 305 357 275

Shades and tints

Shades of #C5EFBD

#C5EFBD
(197,239,189)
#B4DAAC
(180,218,172)
#A3C59B
(163,197,155)
#92B08A
(146,176,138)
#819B79
(129,155,121)
#708668
(112,134,104)
#5F7157
(95,113,87)
#4E5C46
(78,92,70)
#3D4735
(61,71,53)
#2C3224
(44,50,36)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #C5EFBD

#C5EFBD
(197,239,189)
#CAF0C3
(202,240,195)
#CFF1C9
(207,241,201)
#D4F2CF
(212,242,207)
#D9F3D5
(217,243,213)
#DEF4DB
(222,244,219)
#E3F5E1
(227,245,225)
#E8F6E7
(232,246,231)
#EDF7ED
(237,247,237)
#F2F8F3
(242,248,243)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EFBD color. Also use rgb(197,239,189) instead hex code.

Text Font Color

.myTextColor { color: #C5EFBD; }

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

This text font color is #C5EFBD.

Background Color

.myBgColor { background-color: #C5EFBD; }

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

This div background color is #C5EFBD.

Border color

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

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

This div border color is #C5EFBD.

Opacity

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

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

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

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

This text has shadow with #C5EFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EFBD.

Preview

Color preview on black background

This text has color #C5EFBD on black background.


Color preview on white background

This text has color #C5EFBD on white background.


Black color preview on #C5EFBD background

This text has black color on #C5EFBD background.


White color preview on #C5EFBD background

This text has white color on #C5EFBD background.


Related colors

Complementary color

Complementary color for #hex is #3A1042.


I love getcolorcode.com

Triadic colors

1 #BDC5EF and #EFBDC5 with #C5EFBD are triadic colors.

2 #BDEFC5 and #EFC5BD with #C5EFBD are triadic colors.