COLOR #C690DB

HEX: #C690DB
RGB: (198,144,219)

Renk bilgisi

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

RGB renk modeli

#C690DB color RGB value is (198,144,219).

  • kırmız ton 198;
  • yeşil ton 144;
  • mavi ton 219.
RGB:
(198,144,219)
(78%,56%,86%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 144 of 255 = 56%
B 219 of 255 = 86%

198
144
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 144 + 219 = 561 (100%)
R 198 of 561 ~ 35.29%
G 144 of 561 ~ 25.67%
B 219 of 561 ~ 39.04%

%35.29
%25.67
%39.04

CMYK RENK MODELİ

#C690DB rengi CMYK tonu (10,34,0,14).

  • camgöbeği tonu 9.59%
  • eflatun tonu 34.25%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(10,34,0,14)
C10M34Y0K14 
(10%,34%,0%,14%)
(0.10/0.34/0.00/0.14)	

CMYK yüzdeleri

%9.59
%34.25
%0
%14.12

Codes

Color #C690DB in popluar color models

C690DB
RGB198144219
HSL283°51.02%71.18%
HSB/HSV283°34.25%85.88%
CMYK9.59%34.25%0.00%
14.12%

Color #C690DB in popluar number systems.

HEXC690DB
Decimal198144219
Binary110001101001000011011011
Octal306220333

Shades and tints

Shades of #C690DB

#C690DB
(198,144,219)
#B483C8
(180,131,200)
#A276B5
(162,118,181)
#9069A2
(144,105,162)
#7E5C8F
(126,92,143)
#6C4F7C
(108,79,124)
#5A4269
(90,66,105)
#483556
(72,53,86)
#362843
(54,40,67)
#241B30
(36,27,48)
#120E1D
(18,14,29)
#000000
(0,0,0)

Tints of #C690DB

#C690DB
(198,144,219)
#CB9ADE
(203,154,222)
#D0A4E1
(208,164,225)
#D5AEE4
(213,174,228)
#DAB8E7
(218,184,231)
#DFC2EA
(223,194,234)
#E4CCED
(228,204,237)
#E9D6F0
(233,214,240)
#EEE0F3
(238,224,243)
#F3EAF6
(243,234,246)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C690DB color. Also use rgb(198,144,219) instead hex code.

Text Font Color

.myTextColor { color: #C690DB; }

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

This text font color is #C690DB.


Background Color

.myBgColor { background-color: #C690DB; }

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

This div background color is #C690DB.


Border color

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

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

This div border color is #C690DB.


Opacity

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

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

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

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

This text has shadow with #C690DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C690DB on black background.


Color preview on white background

This text has color #C690DB on white background.



Black color preview on #C690DB background

This text has black color on #C690DB background.


White color preview on #C690DB background

This text has white color on #C690DB background.