COLOR #C7B0DB

HEX: #C7B0DB
RGB: (199,176,219)

Renk bilgisi

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

RGB renk modeli

#C7B0DB color RGB value is (199,176,219).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 176 of 255 = 69%
B 219 of 255 = 86%

199
176
219

R + G + B ~ 78%. #C7B0DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 176 + 219 = 594 (100%)
R 199 of 594 ~ 33.5%
G 176 of 594 ~ 29.63%
B 219 of 594 ~ 36.87%

%33.5
%29.63
%36.87

CMYK RENK MODELİ

#C7B0DB rengi CMYK tonu (9,20,0,14).

  • camgöbeği tonu 9.13%
  • eflatun tonu 19.63%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(9,20,0,14)
C9M20Y0K14 
(9%,20%,0%,14%)
(0.09/0.20/0.00/0.14)	

CMYK yüzdeleri

%9.13
%19.63
%0
%14.12

Codes

Color #C7B0DB in popluar color models

C7B0DB
RGB199176219
HSL272°37.39%77.45%
HSB/HSV272°19.63%85.88%
CMYK9.13%19.63%0.00%
14.12%

Color #C7B0DB in popluar number systems.

HEXC7B0DB
Decimal199176219
Binary110001111011000011011011
Octal307260333

Shades and tints

Shades of #C7B0DB

#C7B0DB
(199,176,219)
#B5A0C8
(181,160,200)
#A390B5
(163,144,181)
#9180A2
(145,128,162)
#7F708F
(127,112,143)
#6D607C
(109,96,124)
#5B5069
(91,80,105)
#494056
(73,64,86)
#373043
(55,48,67)
#252030
(37,32,48)
#13101D
(19,16,29)
#000000
(0,0,0)

Tints of #C7B0DB

#C7B0DB
(199,176,219)
#CCB7DE
(204,183,222)
#D1BEE1
(209,190,225)
#D6C5E4
(214,197,228)
#DBCCE7
(219,204,231)
#E0D3EA
(224,211,234)
#E5DAED
(229,218,237)
#EAE1F0
(234,225,240)
#EFE8F3
(239,232,243)
#F4EFF6
(244,239,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B0DB; }

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

This text font color is #C7B0DB.


Background Color

.myBgColor { background-color: #C7B0DB; }

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

This div background color is #C7B0DB.


Border color

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

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

This div border color is #C7B0DB.


Opacity

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

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

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

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

This text has shadow with #C7B0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B0DB on black background.


Color preview on white background

This text has color #C7B0DB on white background.



Black color preview on #C7B0DB background

This text has black color on #C7B0DB background.


White color preview on #C7B0DB background

This text has white color on #C7B0DB background.