COLOR #C7B9DB

HEX: #C7B9DB
RGB: (199,185,219)

Renk bilgisi

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

RGB renk modeli

#C7B9DB color RGB value is (199,185,219).

  • kırmız ton 199;
  • yeşil ton 185;
  • mavi ton 219.
RGB:
(199,185,219)
(78%,73%,86%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 185 of 255 = 73%
B 219 of 255 = 86%

199
185
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 185 + 219 = 603 (100%)
R 199 of 603 ~ 33%
G 185 of 603 ~ 30.68%
B 219 of 603 ~ 36.32%

%33
%30.68
%36.32

CMYK RENK MODELİ

#C7B9DB rengi CMYK tonu (9,16,0,14).

  • camgöbeği tonu 9.13%
  • eflatun tonu 15.53%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(9,16,0,14)
C9M16Y0K14 
(9%,16%,0%,14%)
(0.09/0.16/0.00/0.14)	

CMYK yüzdeleri

%9.13
%15.53
%0
%14.12

Codes

Color #C7B9DB in popluar color models

C7B9DB
RGB199185219
HSL265°32.08%79.22%
HSB/HSV265°15.53%85.88%
CMYK9.13%15.53%0.00%
14.12%

Color #C7B9DB in popluar number systems.

HEXC7B9DB
Decimal199185219
Binary110001111011100111011011
Octal307271333

Shades and tints

Shades of #C7B9DB

#C7B9DB
(199,185,219)
#B5A9C8
(181,169,200)
#A399B5
(163,153,181)
#9189A2
(145,137,162)
#7F798F
(127,121,143)
#6D697C
(109,105,124)
#5B5969
(91,89,105)
#494956
(73,73,86)
#373943
(55,57,67)
#252930
(37,41,48)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #C7B9DB

#C7B9DB
(199,185,219)
#CCBFDE
(204,191,222)
#D1C5E1
(209,197,225)
#D6CBE4
(214,203,228)
#DBD1E7
(219,209,231)
#E0D7EA
(224,215,234)
#E5DDED
(229,221,237)
#EAE3F0
(234,227,240)
#EFE9F3
(239,233,243)
#F4EFF6
(244,239,246)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B9DB color. Also use rgb(199,185,219) instead hex code.

Text Font Color

.myTextColor { color: #C7B9DB; }

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

This text font color is #C7B9DB.


Background Color

.myBgColor { background-color: #C7B9DB; }

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

This div background color is #C7B9DB.


Border color

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

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

This div border color is #C7B9DB.


Opacity

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

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

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

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

This text has shadow with #C7B9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B9DB on black background.


Color preview on white background

This text has color #C7B9DB on white background.



Black color preview on #C7B9DB background

This text has black color on #C7B9DB background.


White color preview on #C7B9DB background

This text has white color on #C7B9DB background.