COLOR #C5D4BE

HEX: #C5D4BE
RGB: (197,212,190)

Renk bilgisi

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

RGB renk modeli

#C5D4BE color RGB value is (197,212,190).

  • kırmız ton 197;
  • yeşil ton 212;
  • mavi ton 190.
RGB:
(197,212,190)
(77%,83%,75%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 212 of 255 = 83%
B 190 of 255 = 75%

197
212
190

R + G + B ~ 78%. #C5D4BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 212 + 190 = 599 (100%)
R 197 of 599 ~ 32.89%
G 212 of 599 ~ 35.39%
B 190 of 599 ~ 31.72%

%32.89
%35.39
%31.72

CMYK RENK MODELİ

#C5D4BE rengi CMYK tonu (7,0,10,17).

  • camgöbeği tonu 7.08%
  • eflatun tonu 0.00%
  • sarı tonu 10.38%
  • ana renk tonu 16.86%
CMYK:
(7,0,10,17)
C7M0Y10K17 
(7%,0%,10%,17%)
(0.07/0.00/0.10/0.17)	

CMYK yüzdeleri

%7.08
%0
%10.38
%16.86

Codes

Color #C5D4BE in popluar color models

C5D4BE
RGB197212190
HSL101°20.37%78.82%
HSB/HSV101°10.38%83.14%
CMYK7.08%0.00%10.38%
16.86%

Color #C5D4BE in popluar number systems.

HEXC5D4BE
Decimal197212190
Binary110001011101010010111110
Octal305324276

Shades and tints

Shades of #C5D4BE

#C5D4BE
(197,212,190)
#B4C1AD
(180,193,173)
#A3AE9C
(163,174,156)
#929B8B
(146,155,139)
#81887A
(129,136,122)
#707569
(112,117,105)
#5F6258
(95,98,88)
#4E4F47
(78,79,71)
#3D3C36
(61,60,54)
#2C2925
(44,41,37)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5D4BE

#C5D4BE
(197,212,190)
#CAD7C3
(202,215,195)
#CFDAC8
(207,218,200)
#D4DDCD
(212,221,205)
#D9E0D2
(217,224,210)
#DEE3D7
(222,227,215)
#E3E6DC
(227,230,220)
#E8E9E1
(232,233,225)
#EDECE6
(237,236,230)
#F2EFEB
(242,239,235)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D4BE color. Also use rgb(197,212,190) instead hex code.

Text Font Color

.myTextColor { color: #C5D4BE; }

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

This text font color is #C5D4BE.


Background Color

.myBgColor { background-color: #C5D4BE; }

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

This div background color is #C5D4BE.


Border color

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

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

This div border color is #C5D4BE.


Opacity

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

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

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

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

This text has shadow with #C5D4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D4BE on black background.


Color preview on white background

This text has color #C5D4BE on white background.



Black color preview on #C5D4BE background

This text has black color on #C5D4BE background.


White color preview on #C5D4BE background

This text has white color on #C5D4BE background.