COLOR #C5B9D9

HEX: #C5B9D9
RGB: (197,185,217)

Renk bilgisi

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

RGB renk modeli

#C5B9D9 color RGB value is (197,185,217).

  • kırmız ton 197;
  • yeşil ton 185;
  • mavi ton 217.
RGB:
(197,185,217)
(77%,73%,85%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 185 of 255 = 73%
B 217 of 255 = 85%

197
185
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 185 + 217 = 599 (100%)
R 197 of 599 ~ 32.89%
G 185 of 599 ~ 30.88%
B 217 of 599 ~ 36.23%

%32.89
%30.88
%36.23

CMYK RENK MODELİ

#C5B9D9 rengi CMYK tonu (9,15,0,15).

  • camgöbeği tonu 9.22%
  • eflatun tonu 14.75%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(9,15,0,15)
C9M15Y0K15 
(9%,15%,0%,15%)
(0.09/0.15/0.00/0.15)	

CMYK yüzdeleri

%9.22
%14.75
%0
%14.9

Codes

Color #C5B9D9 in popluar color models

C5B9D9
RGB197185217
HSL263°29.63%78.82%
HSB/HSV263°14.75%85.10%
CMYK9.22%14.75%0.00%
14.90%

Color #C5B9D9 in popluar number systems.

HEXC5B9D9
Decimal197185217
Binary110001011011100111011001
Octal305271331

Shades and tints

Shades of #C5B9D9

#C5B9D9
(197,185,217)
#B4A9C6
(180,169,198)
#A399B3
(163,153,179)
#9289A0
(146,137,160)
#81798D
(129,121,141)
#70697A
(112,105,122)
#5F5967
(95,89,103)
#4E4954
(78,73,84)
#3D3941
(61,57,65)
#2C292E
(44,41,46)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #C5B9D9

#C5B9D9
(197,185,217)
#CABFDC
(202,191,220)
#CFC5DF
(207,197,223)
#D4CBE2
(212,203,226)
#D9D1E5
(217,209,229)
#DED7E8
(222,215,232)
#E3DDEB
(227,221,235)
#E8E3EE
(232,227,238)
#EDE9F1
(237,233,241)
#F2EFF4
(242,239,244)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B9D9 color. Also use rgb(197,185,217) instead hex code.

Text Font Color

.myTextColor { color: #C5B9D9; }

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

This text font color is #C5B9D9.


Background Color

.myBgColor { background-color: #C5B9D9; }

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

This div background color is #C5B9D9.


Border color

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

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

This div border color is #C5B9D9.


Opacity

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

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

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

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

This text has shadow with #C5B9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9D9 on black background.


Color preview on white background

This text has color #C5B9D9 on white background.



Black color preview on #C5B9D9 background

This text has black color on #C5B9D9 background.


White color preview on #C5B9D9 background

This text has white color on #C5B9D9 background.