COLOR #C5EDBD

HEX: #C5EDBD
RGB: (197,237,189)

Renk bilgisi

#C5EDBD contains red, green and blue colors in about the same proportion. #C5EDBD ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C5EDBD color RGB value is (197,237,189).

  • kırmız ton 197;
  • yeşil ton 237;
  • mavi ton 189.
RGB:
(197,237,189)
(77%,93%,74%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 237 of 255 = 93%
B 189 of 255 = 74%

197
237
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 237 + 189 = 623 (100%)
R 197 of 623 ~ 31.62%
G 237 of 623 ~ 38.04%
B 189 of 623 ~ 30.34%

%31.62
%38.04
%30.34

CMYK RENK MODELİ

#C5EDBD rengi CMYK tonu (17,0,20,7).

  • camgöbeği tonu 16.88%
  • eflatun tonu 0.00%
  • sarı tonu 20.25%
  • ana renk tonu 7.06%
CMYK:
(17,0,20,7)
C17M0Y20K7 
(17%,0%,20%,7%)
(0.17/0.00/0.20/0.07)	

CMYK yüzdeleri

%16.88
%0
%20.25
%7.06

Codes

Color #C5EDBD in popluar color models

C5EDBD
RGB197237189
HSL110°57.14%83.53%
HSB/HSV110°20.25%92.94%
CMYK16.88%0.00%20.25%
7.06%

Color #C5EDBD in popluar number systems.

HEXC5EDBD
Decimal197237189
Binary110001011110110110111101
Octal305355275

Shades and tints

Shades of #C5EDBD

#C5EDBD
(197,237,189)
#B4D8AC
(180,216,172)
#A3C39B
(163,195,155)
#92AE8A
(146,174,138)
#819979
(129,153,121)
#708468
(112,132,104)
#5F6F57
(95,111,87)
#4E5A46
(78,90,70)
#3D4535
(61,69,53)
#2C3024
(44,48,36)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #C5EDBD

#C5EDBD
(197,237,189)
#CAEEC3
(202,238,195)
#CFEFC9
(207,239,201)
#D4F0CF
(212,240,207)
#D9F1D5
(217,241,213)
#DEF2DB
(222,242,219)
#E3F3E1
(227,243,225)
#E8F4E7
(232,244,231)
#EDF5ED
(237,245,237)
#F2F6F3
(242,246,243)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EDBD; }

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

This text font color is #C5EDBD.


Background Color

.myBgColor { background-color: #C5EDBD; }

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

This div background color is #C5EDBD.


Border color

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

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

This div border color is #C5EDBD.


Opacity

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

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

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

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

This text has shadow with #C5EDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EDBD on black background.


Color preview on white background

This text has color #C5EDBD on white background.



Black color preview on #C5EDBD background

This text has black color on #C5EDBD background.


White color preview on #C5EDBD background

This text has white color on #C5EDBD background.