COLOR #C5BAEF

HEX: #C5BAEF
RGB: (197,186,239)

Renk bilgisi

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

RGB renk modeli

#C5BAEF color RGB value is (197,186,239).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 186 of 255 = 73%
B 239 of 255 = 94%

197
186
239

R + G + B ~ 81%. #C5BAEF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 186 + 239 = 622 (100%)
R 197 of 622 ~ 31.67%
G 186 of 622 ~ 29.9%
B 239 of 622 ~ 38.42%

%31.67
%29.9
%38.42

CMYK RENK MODELİ

#C5BAEF rengi CMYK tonu (18,22,0,6).

  • camgöbeği tonu 17.57%
  • eflatun tonu 22.18%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(18,22,0,6)
C18M22Y0K6 
(18%,22%,0%,6%)
(0.18/0.22/0.00/0.06)	

CMYK yüzdeleri

%17.57
%22.18
%0
%6.27

Codes

Color #C5BAEF in popluar color models

C5BAEF
RGB197186239
HSL252°62.35%83.33%
HSB/HSV252°22.18%93.73%
CMYK17.57%22.18%0.00%
6.27%

Color #C5BAEF in popluar number systems.

HEXC5BAEF
Decimal197186239
Binary110001011011101011101111
Octal305272357

Shades and tints

Shades of #C5BAEF

#C5BAEF
(197,186,239)
#B4AADA
(180,170,218)
#A39AC5
(163,154,197)
#928AB0
(146,138,176)
#817A9B
(129,122,155)
#706A86
(112,106,134)
#5F5A71
(95,90,113)
#4E4A5C
(78,74,92)
#3D3A47
(61,58,71)
#2C2A32
(44,42,50)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #C5BAEF

#C5BAEF
(197,186,239)
#CAC0F0
(202,192,240)
#CFC6F1
(207,198,241)
#D4CCF2
(212,204,242)
#D9D2F3
(217,210,243)
#DED8F4
(222,216,244)
#E3DEF5
(227,222,245)
#E8E4F6
(232,228,246)
#EDEAF7
(237,234,247)
#F2F0F8
(242,240,248)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAEF; }

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

This text font color is #C5BAEF.


Background Color

.myBgColor { background-color: #C5BAEF; }

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

This div background color is #C5BAEF.


Border color

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

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

This div border color is #C5BAEF.


Opacity

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

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

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

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

This text has shadow with #C5BAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAEF on black background.


Color preview on white background

This text has color #C5BAEF on white background.



Black color preview on #C5BAEF background

This text has black color on #C5BAEF background.


White color preview on #C5BAEF background

This text has white color on #C5BAEF background.