COLOR #C5D3BE

HEX: #C5D3BE
RGB: (197,211,190)

Renk bilgisi

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

RGB renk modeli

#C5D3BE color RGB value is (197,211,190).

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

RGB bağlantıları ve doygunluk

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

197
211
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 211 + 190 = 598 (100%)
R 197 of 598 ~ 32.94%
G 211 of 598 ~ 35.28%
B 190 of 598 ~ 31.77%

%32.94
%35.28
%31.77

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%6.64
%0
%9.95
%17.25

Codes

Color #C5D3BE in popluar color models

C5D3BE
RGB197211190
HSL100°19.27%78.63%
HSB/HSV100°9.95%82.75%
CMYK6.64%0.00%9.95%
17.25%

Color #C5D3BE in popluar number systems.

HEXC5D3BE
Decimal197211190
Binary110001011101001110111110
Octal305323276

Shades and tints

Shades of #C5D3BE

#C5D3BE
(197,211,190)
#B4C0AD
(180,192,173)
#A3AD9C
(163,173,156)
#929A8B
(146,154,139)
#81877A
(129,135,122)
#707469
(112,116,105)
#5F6158
(95,97,88)
#4E4E47
(78,78,71)
#3D3B36
(61,59,54)
#2C2825
(44,40,37)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #C5D3BE

#C5D3BE
(197,211,190)
#CAD7C3
(202,215,195)
#CFDBC8
(207,219,200)
#D4DFCD
(212,223,205)
#D9E3D2
(217,227,210)
#DEE7D7
(222,231,215)
#E3EBDC
(227,235,220)
#E8EFE1
(232,239,225)
#EDF3E6
(237,243,230)
#F2F7EB
(242,247,235)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D3BE; }

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

This text font color is #C5D3BE.


Background Color

.myBgColor { background-color: #C5D3BE; }

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

This div background color is #C5D3BE.


Border color

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

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

This div border color is #C5D3BE.


Opacity

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

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

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

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

This text has shadow with #C5D3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D3BE on black background.


Color preview on white background

This text has color #C5D3BE on white background.



Black color preview on #C5D3BE background

This text has black color on #C5D3BE background.


White color preview on #C5D3BE background

This text has white color on #C5D3BE background.