COLOR #C592DB

HEX: #C592DB
RGB: (197,146,219)

Renk bilgisi

#C592DB contains mainly red and blue colors. #C592DB ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C592DB color RGB value is (197,146,219).

  • kırmız ton 197;
  • yeşil ton 146;
  • mavi ton 219.
RGB:
(197,146,219)
(77%,57%,86%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 146 of 255 = 57%
B 219 of 255 = 86%

197
146
219

R + G + B ~ 73%. #C592DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 146 + 219 = 562 (100%)
R 197 of 562 ~ 35.05%
G 146 of 562 ~ 25.98%
B 219 of 562 ~ 38.97%

%35.05
%25.98
%38.97

CMYK RENK MODELİ

#C592DB rengi CMYK tonu (10,33,0,14).

  • camgöbeği tonu 10.05%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(10,33,0,14)
C10M33Y0K14 
(10%,33%,0%,14%)
(0.10/0.33/0.00/0.14)	

CMYK yüzdeleri

%10.05
%33.33
%0
%14.12

Codes

Color #C592DB in popluar color models

C592DB
RGB197146219
HSL282°50.34%71.57%
HSB/HSV282°33.33%85.88%
CMYK10.05%33.33%0.00%
14.12%

Color #C592DB in popluar number systems.

HEXC592DB
Decimal197146219
Binary110001011001001011011011
Octal305222333

Shades and tints

Shades of #C592DB

#C592DB
(197,146,219)
#B485C8
(180,133,200)
#A378B5
(163,120,181)
#926BA2
(146,107,162)
#815E8F
(129,94,143)
#70517C
(112,81,124)
#5F4469
(95,68,105)
#4E3756
(78,55,86)
#3D2A43
(61,42,67)
#2C1D30
(44,29,48)
#1B101D
(27,16,29)
#000000
(0,0,0)

Tints of #C592DB

#C592DB
(197,146,219)
#CA9BDE
(202,155,222)
#CFA4E1
(207,164,225)
#D4ADE4
(212,173,228)
#D9B6E7
(217,182,231)
#DEBFEA
(222,191,234)
#E3C8ED
(227,200,237)
#E8D1F0
(232,209,240)
#EDDAF3
(237,218,243)
#F2E3F6
(242,227,246)
#F7ECF9
(247,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C592DB color. Also use rgb(197,146,219) instead hex code.

Text Font Color

.myTextColor { color: #C592DB; }

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

This text font color is #C592DB.


Background Color

.myBgColor { background-color: #C592DB; }

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

This div background color is #C592DB.


Border color

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

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

This div border color is #C592DB.


Opacity

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

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

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

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

This text has shadow with #C592DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C592DB on black background.


Color preview on white background

This text has color #C592DB on white background.



Black color preview on #C592DB background

This text has black color on #C592DB background.


White color preview on #C592DB background

This text has white color on #C592DB background.