COLOR #BDF669

HEX: #BDF669
RGB: (189,246,105)

Color info

#BDF669 contains mainly red and green colors. Web safe color of #BDF669 is #CCFF66 (or #CF6).

RGB color model

#BDF669 color RGB value is (189,246,105).

  • red value is 189;
  • green value is 246;
  • blue value is 105.
RGB:
(189,246,105)
(74%,96%,41%)

RGB channels and saturation

R 189 of 255 = 74%
G 246 of 255 = 96%
B 105 of 255 = 41%

189
246
105

R + G + B ~ 70%. #BDF669 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 246 + 105 = 540 (100%)
R 189 of 540 ~ 35%
G 246 of 540 ~ 45.56%
B 105 of 540 ~ 19.44%

%35
%45.56
%19.44

CMYK color model

#BDF669 color CMYK value is (23,0,57,4).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 57.32%
  • key color value is 3.53%
CMYK:
(23,0,57,4)
C23M0Y57K4 
(23%,0%,57%,4%)
(0.23/0.00/0.57/0.04)	

CMYK percentages

%23.17
%0
%57.32
%3.53

Codes

Color #BDF669 in popluar color models

BDF669
RGB189246105
HSL84°88.68%68.82%
HSB/HSV84°57.32%96.47%
CMYK23.17%0.00%57.32%
3.53%

Color #BDF669 in popluar number systems.

HEXBDF669
Decimal189246105
Binary10111101111101101101001
Octal275366151

Shades and tints

Shades of #BDF669

#BDF669
(189,246,105)
#ACE060
(172,224,96)
#9BCA57
(155,202,87)
#8AB44E
(138,180,78)
#799E45
(121,158,69)
#68883C
(104,136,60)
#577233
(87,114,51)
#465C2A
(70,92,42)
#354621
(53,70,33)
#243018
(36,48,24)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #BDF669

#BDF669
(189,246,105)
#C3F676
(195,246,118)
#C9F683
(201,246,131)
#CFF690
(207,246,144)
#D5F69D
(213,246,157)
#DBF6AA
(219,246,170)
#E1F6B7
(225,246,183)
#E7F6C4
(231,246,196)
#EDF6D1
(237,246,209)
#F3F6DE
(243,246,222)
#F9F6EB
(249,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF669 color. Also use rgb(189,246,105) instead hex code.

Text Font Color

.myTextColor { color: #BDF669; }

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

This text font color is #BDF669.


Background Color

.myBgColor { background-color: #BDF669; }

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

This div background color is #BDF669.


Border color

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

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

This div border color is #BDF669.


Opacity

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

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

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

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

This text has shadow with #BDF669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF669 on black background.


Color preview on white background

This text has color #BDF669 on white background.



Black color preview on #BDF669 background

This text has black color on #BDF669 background.


White color preview on #BDF669 background

This text has white color on #BDF669 background.