COLOR #C5EDCD

HEX: #C5EDCD
RGB: (197,237,205)

Renk bilgisi

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

RGB renk modeli

#C5EDCD color RGB value is (197,237,205).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 237 of 255 = 93%
B 205 of 255 = 80%

197
237
205

R + G + B ~ 83%. #C5EDCD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 237 + 205 = 639 (100%)
R 197 of 639 ~ 30.83%
G 237 of 639 ~ 37.09%
B 205 of 639 ~ 32.08%

%30.83
%37.09
%32.08

CMYK RENK MODELİ

#C5EDCD rengi CMYK tonu (17,0,14,7).

  • camgöbeği tonu 16.88%
  • eflatun tonu 0.00%
  • sarı tonu 13.50%
  • ana renk tonu 7.06%
CMYK:
(17,0,14,7)
C17M0Y14K7 
(17%,0%,14%,7%)
(0.17/0.00/0.14/0.07)	

CMYK yüzdeleri

%16.88
%0
%13.5
%7.06

Codes

Color #C5EDCD in popluar color models

C5EDCD
RGB197237205
HSL132°52.63%85.10%
HSB/HSV132°16.88%92.94%
CMYK16.88%0.00%13.50%
7.06%

Color #C5EDCD in popluar number systems.

HEXC5EDCD
Decimal197237205
Binary110001011110110111001101
Octal305355315

Shades and tints

Shades of #C5EDCD

#C5EDCD
(197,237,205)
#B4D8BB
(180,216,187)
#A3C3A9
(163,195,169)
#92AE97
(146,174,151)
#819985
(129,153,133)
#708473
(112,132,115)
#5F6F61
(95,111,97)
#4E5A4F
(78,90,79)
#3D453D
(61,69,61)
#2C302B
(44,48,43)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #C5EDCD

#C5EDCD
(197,237,205)
#CAEED1
(202,238,209)
#CFEFD5
(207,239,213)
#D4F0D9
(212,240,217)
#D9F1DD
(217,241,221)
#DEF2E1
(222,242,225)
#E3F3E5
(227,243,229)
#E8F4E9
(232,244,233)
#EDF5ED
(237,245,237)
#F2F6F1
(242,246,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EDCD; }

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

This text font color is #C5EDCD.


Background Color

.myBgColor { background-color: #C5EDCD; }

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

This div background color is #C5EDCD.


Border color

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

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

This div border color is #C5EDCD.


Opacity

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

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

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

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

This text has shadow with #C5EDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EDCD on black background.


Color preview on white background

This text has color #C5EDCD on white background.



Black color preview on #C5EDCD background

This text has black color on #C5EDCD background.


White color preview on #C5EDCD background

This text has white color on #C5EDCD background.