COLOR #C5BAE7

HEX: #C5BAE7
RGB: (197,186,231)

Renk bilgisi

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

RGB renk modeli

#C5BAE7 color RGB value is (197,186,231).

  • kırmız ton 197;
  • yeşil ton 186;
  • mavi ton 231.
RGB:
(197,186,231)
(77%,73%,91%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 186 of 255 = 73%
B 231 of 255 = 91%

197
186
231

R + G + B ~ 80%. #C5BAE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 186 + 231 = 614 (100%)
R 197 of 614 ~ 32.08%
G 186 of 614 ~ 30.29%
B 231 of 614 ~ 37.62%

%32.08
%30.29
%37.62

CMYK RENK MODELİ

#C5BAE7 rengi CMYK tonu (15,19,0,9).

  • camgöbeği tonu 14.72%
  • eflatun tonu 19.48%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(15,19,0,9)
C15M19Y0K9 
(15%,19%,0%,9%)
(0.15/0.19/0.00/0.09)	

CMYK yüzdeleri

%14.72
%19.48
%0
%9.41

Codes

Color #C5BAE7 in popluar color models

C5BAE7
RGB197186231
HSL255°48.39%81.76%
HSB/HSV255°19.48%90.59%
CMYK14.72%19.48%0.00%
9.41%

Color #C5BAE7 in popluar number systems.

HEXC5BAE7
Decimal197186231
Binary110001011011101011100111
Octal305272347

Shades and tints

Shades of #C5BAE7

#C5BAE7
(197,186,231)
#B4AAD2
(180,170,210)
#A39ABD
(163,154,189)
#928AA8
(146,138,168)
#817A93
(129,122,147)
#706A7E
(112,106,126)
#5F5A69
(95,90,105)
#4E4A54
(78,74,84)
#3D3A3F
(61,58,63)
#2C2A2A
(44,42,42)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #C5BAE7

#C5BAE7
(197,186,231)
#CAC0E9
(202,192,233)
#CFC6EB
(207,198,235)
#D4CCED
(212,204,237)
#D9D2EF
(217,210,239)
#DED8F1
(222,216,241)
#E3DEF3
(227,222,243)
#E8E4F5
(232,228,245)
#EDEAF7
(237,234,247)
#F2F0F9
(242,240,249)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BAE7 color. Also use rgb(197,186,231) instead hex code.

Text Font Color

.myTextColor { color: #C5BAE7; }

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

This text font color is #C5BAE7.


Background Color

.myBgColor { background-color: #C5BAE7; }

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

This div background color is #C5BAE7.


Border color

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

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

This div border color is #C5BAE7.


Opacity

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

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

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

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

This text has shadow with #C5BAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAE7 on black background.


Color preview on white background

This text has color #C5BAE7 on white background.



Black color preview on #C5BAE7 background

This text has black color on #C5BAE7 background.


White color preview on #C5BAE7 background

This text has white color on #C5BAE7 background.