COLOR #C5BDE9

HEX: #C5BDE9
RGB: (197,189,233)

Renk bilgisi

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

RGB renk modeli

#C5BDE9 color RGB value is (197,189,233).

  • kırmız ton 197;
  • yeşil ton 189;
  • mavi ton 233.
RGB:
(197,189,233)
(77%,74%,91%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 189 of 255 = 74%
B 233 of 255 = 91%

197
189
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 189 + 233 = 619 (100%)
R 197 of 619 ~ 31.83%
G 189 of 619 ~ 30.53%
B 233 of 619 ~ 37.64%

%31.83
%30.53
%37.64

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%15.45
%18.88
%0
%8.63

Codes

Color #C5BDE9 in popluar color models

C5BDE9
RGB197189233
HSL251°50.00%82.75%
HSB/HSV251°18.88%91.37%
CMYK15.45%18.88%0.00%
8.63%

Color #C5BDE9 in popluar number systems.

HEXC5BDE9
Decimal197189233
Binary110001011011110111101001
Octal305275351

Shades and tints

Shades of #C5BDE9

#C5BDE9
(197,189,233)
#B4ACD4
(180,172,212)
#A39BBF
(163,155,191)
#928AAA
(146,138,170)
#817995
(129,121,149)
#706880
(112,104,128)
#5F576B
(95,87,107)
#4E4656
(78,70,86)
#3D3541
(61,53,65)
#2C242C
(44,36,44)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #C5BDE9

#C5BDE9
(197,189,233)
#CAC3EB
(202,195,235)
#CFC9ED
(207,201,237)
#D4CFEF
(212,207,239)
#D9D5F1
(217,213,241)
#DEDBF3
(222,219,243)
#E3E1F5
(227,225,245)
#E8E7F7
(232,231,247)
#EDEDF9
(237,237,249)
#F2F3FB
(242,243,251)
#F7F9FD
(247,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BDE9 color. Also use rgb(197,189,233) instead hex code.

Text Font Color

.myTextColor { color: #C5BDE9; }

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

This text font color is #C5BDE9.


Background Color

.myBgColor { background-color: #C5BDE9; }

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

This div background color is #C5BDE9.


Border color

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

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

This div border color is #C5BDE9.


Opacity

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

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

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

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

This text has shadow with #C5BDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BDE9 on black background.


Color preview on white background

This text has color #C5BDE9 on white background.



Black color preview on #C5BDE9 background

This text has black color on #C5BDE9 background.


White color preview on #C5BDE9 background

This text has white color on #C5BDE9 background.