COLOR #C5B9DF

HEX: #C5B9DF
RGB: (197,185,223)

Renk bilgisi

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

RGB renk modeli

#C5B9DF color RGB value is (197,185,223).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 185 of 255 = 73%
B 223 of 255 = 87%

197
185
223

R + G + B ~ 79%. #C5B9DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 185 + 223 = 605 (100%)
R 197 of 605 ~ 32.56%
G 185 of 605 ~ 30.58%
B 223 of 605 ~ 36.86%

%32.56
%30.58
%36.86

CMYK RENK MODELİ

#C5B9DF rengi CMYK tonu (12,17,0,13).

  • camgöbeği tonu 11.66%
  • eflatun tonu 17.04%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(12,17,0,13)
C12M17Y0K13 
(12%,17%,0%,13%)
(0.12/0.17/0.00/0.13)	

CMYK yüzdeleri

%11.66
%17.04
%0
%12.55

Codes

Color #C5B9DF in popluar color models

C5B9DF
RGB197185223
HSL259°37.25%80.00%
HSB/HSV259°17.04%87.45%
CMYK11.66%17.04%0.00%
12.55%

Color #C5B9DF in popluar number systems.

HEXC5B9DF
Decimal197185223
Binary110001011011100111011111
Octal305271337

Shades and tints

Shades of #C5B9DF

#C5B9DF
(197,185,223)
#B4A9CB
(180,169,203)
#A399B7
(163,153,183)
#9289A3
(146,137,163)
#81798F
(129,121,143)
#70697B
(112,105,123)
#5F5967
(95,89,103)
#4E4953
(78,73,83)
#3D393F
(61,57,63)
#2C292B
(44,41,43)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5B9DF

#C5B9DF
(197,185,223)
#CABFE1
(202,191,225)
#CFC5E3
(207,197,227)
#D4CBE5
(212,203,229)
#D9D1E7
(217,209,231)
#DED7E9
(222,215,233)
#E3DDEB
(227,221,235)
#E8E3ED
(232,227,237)
#EDE9EF
(237,233,239)
#F2EFF1
(242,239,241)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B9DF; }

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

This text font color is #C5B9DF.


Background Color

.myBgColor { background-color: #C5B9DF; }

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

This div background color is #C5B9DF.


Border color

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

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

This div border color is #C5B9DF.


Opacity

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

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

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

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

This text has shadow with #C5B9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9DF on black background.


Color preview on white background

This text has color #C5B9DF on white background.



Black color preview on #C5B9DF background

This text has black color on #C5B9DF background.


White color preview on #C5B9DF background

This text has white color on #C5B9DF background.