COLOR #C5B2D6

HEX: #C5B2D6
RGB: (197,178,214)

Renk bilgisi

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

RGB renk modeli

#C5B2D6 color RGB value is (197,178,214).

  • kırmız ton 197;
  • yeşil ton 178;
  • mavi ton 214.
RGB:
(197,178,214)
(77%,70%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 178 of 255 = 70%
B 214 of 255 = 84%

197
178
214

R + G + B ~ 77%. #C5B2D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 178 + 214 = 589 (100%)
R 197 of 589 ~ 33.45%
G 178 of 589 ~ 30.22%
B 214 of 589 ~ 36.33%

%33.45
%30.22
%36.33

CMYK RENK MODELİ

#C5B2D6 rengi CMYK tonu (8,17,0,16).

  • camgöbeği tonu 7.94%
  • eflatun tonu 16.82%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(8,17,0,16)
C8M17Y0K16 
(8%,17%,0%,16%)
(0.08/0.17/0.00/0.16)	

CMYK yüzdeleri

%7.94
%16.82
%0
%16.08

Codes

Color #C5B2D6 in popluar color models

C5B2D6
RGB197178214
HSL272°30.51%76.86%
HSB/HSV272°16.82%83.92%
CMYK7.94%16.82%0.00%
16.08%

Color #C5B2D6 in popluar number systems.

HEXC5B2D6
Decimal197178214
Binary110001011011001011010110
Octal305262326

Shades and tints

Shades of #C5B2D6

#C5B2D6
(197,178,214)
#B4A2C3
(180,162,195)
#A392B0
(163,146,176)
#92829D
(146,130,157)
#81728A
(129,114,138)
#706277
(112,98,119)
#5F5264
(95,82,100)
#4E4251
(78,66,81)
#3D323E
(61,50,62)
#2C222B
(44,34,43)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C5B2D6

#C5B2D6
(197,178,214)
#CAB9D9
(202,185,217)
#CFC0DC
(207,192,220)
#D4C7DF
(212,199,223)
#D9CEE2
(217,206,226)
#DED5E5
(222,213,229)
#E3DCE8
(227,220,232)
#E8E3EB
(232,227,235)
#EDEAEE
(237,234,238)
#F2F1F1
(242,241,241)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B2D6 color. Also use rgb(197,178,214) instead hex code.

Text Font Color

.myTextColor { color: #C5B2D6; }

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

This text font color is #C5B2D6.


Background Color

.myBgColor { background-color: #C5B2D6; }

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

This div background color is #C5B2D6.


Border color

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

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

This div border color is #C5B2D6.


Opacity

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

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

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

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

This text has shadow with #C5B2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B2D6 on black background.


Color preview on white background

This text has color #C5B2D6 on white background.



Black color preview on #C5B2D6 background

This text has black color on #C5B2D6 background.


White color preview on #C5B2D6 background

This text has white color on #C5B2D6 background.